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" ]
)
Related enumerations
Other related enumerations are:
Applies to
Here’s a list of functions that work with SapHanaDistribution.Type:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy