GetMetaTypeName function
The GetMetaTypeName function returns the type name of the user-defined metadata type stored in the given time series.
Syntax
create function GetMetaTypeName(ts TimeSeries)
returns lvarchar;
- ts
- The time series to retrieve the metadata from.
Returns
The type name of the user-defined
metadata type stored in the given time series. Returns NULL
if
the given time series does not have user-defined metadata.