Main Content
getMetadata
Description
returns the metadata (for example, the name of the data source) for the connected data
source metadata
= getMetadata(connectionObj
)connectionObj
. The metadata provided depends on the type of
connected data source.
returns the metadata (for example, date last modified) for the variable
metadata
= getMetadata(connectionObj
,varName
)varName
and its connected data source
connectionObj
.
If the data connection can see multiple definitions of the same variable (for example, in a data dictionary and in a referenced dictionary), the function returns an array that contains metadata for each definition.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2024a