SapHanaDistribution.All

Updated on

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

Examples

// Below statements are identical 

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

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

Other related enumerations are:

Applies to

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

Contribute » | Contributors: Rick de Groot

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy