Свойство AncestorCount
Gets a value that indicates the number of ancestors of the dependency node. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public ReadOnly Property AncestorCount As Integer
Get
'Применение
Dim instance As SfcDependencyNode
Dim value As Integer
value = instance.AncestorCount
public int AncestorCount { get; }
public:
property int AncestorCount {
int get ();
}
member AncestorCount : int
function get AncestorCount () : int
Значение свойства
Тип: System. . :: . .Int32
An integer that represents the number of ancestors.
См. также