Méthode SfcDependencyNode.IsPhysicalAncestor

Returns a value that indicates whether the ancestor 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 IsPhysicalAncestor ( _
    index As Integer _
) As Boolean
'Utilisation
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

Paramètres

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

Valeur de retour

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

Voir aussi

Référence

SfcDependencyNode Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc