Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the siblings contained in a dependency tree node.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Friend Property Siblings As DependencyChainCollection
Get
Set
'Usage
Dim value As DependencyChainCollection
value = Me.Siblings
Me.Siblings = value
protected internal DependencyChainCollection Siblings { get; set; }
protected public:
property DependencyChainCollection^ Siblings {
DependencyChainCollection^ get ();
void set (DependencyChainCollection^ value);
}
member Siblings : DependencyChainCollection with get, set
function get Siblings () : DependencyChainCollection
function set Siblings (value : DependencyChainCollection)
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.DependencyChainCollection
The siblings contained in a dependency tree node.