Share via


SfcDependencyNode.IsPhysicalChild Method

Returns a value that indicates whether the child is a physical relation or not. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Function IsPhysicalChild ( _
    index As Integer _
) As Boolean
'Usage
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

Parameters

  • index
    Type: System.Int32
    An integer that represents the index of the child.

Return Value

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