Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.