Dependencies(FromSource: Boolean): IMetabaseObjectDescriptors;
Dependencies(FromSource: boolean): Prognoz.Platform.Interop.Metabase.IMetabaseObjectDescriptors;
FromSource. Parameter determining for who the property will be calculated. This parameter is relevant for shortcuts. If the value is True, the property will return the description of objects on which the objects depends, to which the shortcut refers. If the value is False, the property will return the description of objects on which the shortcut depends.
The Dependencies property returns a collection of descriptions of the objects on which the given object depends.
The property returns an empty collection if the object does not depend on any repository object.
Executing the example requires that the repository contains a time series database with the TSBD identifier.
Add a link to the Metabase system assembly.
After executing this example the names and identifiers of the objects on which the specified object depends, are displayed in the development environment console.
See also: