RelationalOutputColumnDependencies Property |
Gets the dependency IDs.
Namespace: Dundas.BI.Data.DataProviders.TasksAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic ICollection<Guid> Dependencies { get; }Public ReadOnly Property Dependencies As ICollection(Of Guid)
Get
public:
property ICollection<Guid>^ Dependencies {
ICollection<Guid>^ get ();
}member Dependencies : ICollection<Guid> with get
Property Value
ICollectionGuid
See Also