RelationalOutputColumnDependencies Property |
Gets the dependency IDs.
Namespace:
Dundas.BI.Data.DataProviders.Tasks
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public 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
Type:
ICollectionGuidSee Also