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 the number of sibling objects in the DependencyTree object hierarchy.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property NumberOfSiblings As Integer
Get
'Usage
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
Property Value
Type: System.Int32
An integer value that specifies the number of sibling objects in the DependencyTree object hierarchy.