Proprietà NumberOfSiblings
Gets the number of sibling objects in the DependencyTree object hierarchy.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Overrides ReadOnly Property NumberOfSiblings As Integer
Get
'Utilizzo
Dim instance As DependencyTree
Dim value As Integer
value = instance.NumberOfSiblings
public override int NumberOfSiblings { get; }
public:
virtual property int NumberOfSiblings {
int get () override;
}
abstract NumberOfSiblings : int
override NumberOfSiblings : int
override function get NumberOfSiblings () : int
Valore proprietà
Tipo: System. . :: . .Int32
An integer value that specifies the number of sibling objects in the DependencyTree object hierarchy.