SapHanaDistribution.Off

SapHanaDistribution.Off (0) is an enumeration that specifies valid options for SAP HANA distribution option. It is a member of the SapHanaDistribution.Type and represents the ‘Off’ distribution option for SAP HANA.

Examples

// Below statements are identical 

= SapHana.Database(
    "myhanaserver:30015", 
    [ Distribution = SapHanaDistribution.Off, Implementation = "2.0" ]
)

= SapHana.Database(
    "myhanaserver:30015", 
    [ Distribution = 0, Implementation = "2.0" ]
)

Other related enumerations are:

Applies to

Here’s a list of functions that work with SapHanaDistribution.Type:

BI Gorilla Blog

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.