IsPhysicalChild-Methode
Returns a value that indicates whether the child is a physical relation or not. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
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
Parameter
- index
Typ: System. . :: . .Int32
An integer that represents the index of the child.
Rückgabewert
Typ: System. . :: . .Boolean
true if the child is a physical relation; otherwise, false.