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 DependencyTreeNode objects in the referenced DependencyTreeNode object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property NumberOfSiblings As Integer
Get
'Usage
Dim instance As DependencyTreeNode
Dim value As Integer
value = instance.NumberOfSiblings
public virtual int NumberOfSiblings { get; }
public:
virtual property int NumberOfSiblings {
int get ();
}
abstract NumberOfSiblings : int
override NumberOfSiblings : int
function get NumberOfSiblings () : int
Property Value
Type: System.Int32
An Int32 value that specifies the number of sibling DependencyTreeNode objects in the referenced DependencyTreeNode object.