Свойство NumberOfSiblings
Gets the number of sibling DependencyTreeNode objects in the referenced DependencyTreeNode object.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Overridable ReadOnly Property NumberOfSiblings As Integer
Get
'Применение
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
Значение свойства
Тип: System. . :: . .Int32
An Int32 value that specifies the number of sibling DependencyTreeNode objects in the referenced DependencyTreeNode object.