SapHanaDistribution.All

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:

BI Gorilla Youtube Channel

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.