SapHana.Database
Returns the packages in an SAP HANA database.
function (server
as text, optionaloptions
as nullable record) as table
Returns a table of multidimensional packages from the SAP HANA database
server
. An optional record parameter, options
, may be specified to control the following options: Query
: A native SQL query used to retrieve data. If the query produces multiple result sets, only the first will be returned.Distribution
: A SapHanaDistribution that sets the value of the "Distribution" property in the connection string. Statement routing is the method of evaluating the correct server node of a distributed system before statement execution. The default value is SapHanaDistribution.All.Implementation
: Specifies the implementation of the SAP HANA connector to use.Accessing data
Last modified 4yr ago