หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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.