DependencyTree.NumberOfSiblings Property

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.

Examples

Scripting

See Also

Reference

DependencyTree Class

Microsoft.SqlServer.Management.Smo Namespace