Поделиться через


Метод SfcDependencyNode.IsPhysicalAncestor

Returns a value that indicates whether the ancestor is a physical relation or not. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Function IsPhysicalAncestor ( _
    index As Integer _
) As Boolean
'Применение
Dim instance As SfcDependencyNode 
Dim index As Integer 
Dim returnValue As Boolean 

returnValue = instance.IsPhysicalAncestor(index)
public bool IsPhysicalAncestor(
    int index
)
public:
bool IsPhysicalAncestor(
    int index
)
member IsPhysicalAncestor : 
        index:int -> bool
public function IsPhysicalAncestor(
    index : int
) : boolean

Параметры

  • index
    Тип: System.Int32
    An integer that represents the index of the ancestor.

Возвращаемое значение

Тип: System.Boolean
true if the ancestor is a physical relation; otherwise, false.

См. также

Справочник

SfcDependencyNode Класс

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc