Метод SfcDependencyNode.IsPhysicalChild

Returns a value that indicates whether the child 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 IsPhysicalChild ( _
    index As Integer _
) As Boolean
'Применение
Dim instance As SfcDependencyNode 
Dim index As Integer 
Dim returnValue As Boolean 

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

Параметры

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

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

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

См. также

Справочник

SfcDependencyNode Класс

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