Свойство Count
Gets the total number of DependencyTreeNode objects in the DependencyTree object.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property Count As Integer
Get
'Применение
Dim instance As DependencyTree
Dim value As Integer
value = instance.Count
public int Count { get; }
public:
property int Count {
int get ();
}
member Count : int
function get Count () : int
Значение свойства
Тип: System. . :: . .Int32
An integer value that specifies the total number of DependencyTreeNode objects in the DependencyTree object.