Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the collection of dependencies.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Friend Property Dependencies As DependencyChainCollection
Get
Set
'Usage
Dim value As DependencyChainCollection
value = Me.Dependencies
Me.Dependencies = value
protected internal DependencyChainCollection Dependencies { get; set; }
protected public:
property DependencyChainCollection^ Dependencies {
DependencyChainCollection^ get ();
void set (DependencyChainCollection^ value);
}
member Dependencies : DependencyChainCollection with get, set
function get Dependencies () : DependencyChainCollection
function set Dependencies (value : DependencyChainCollection)
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.DependencyChainCollection
The collection of dependencies.