Méthode SfcDependencyNode.IsPhysicalChild
Returns a value that indicates whether the child is a physical relation or not. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Function IsPhysicalChild ( _
index As Integer _
) As Boolean
'Utilisation
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
Paramètres
- index
Type : System.Int32
An integer that represents the index of the child.
Valeur de retour
Type : System.Boolean
true if the child is a physical relation; otherwise, false.