Partager via


Méthode IsPhysicalAncestor

Returns a value that indicates whether the ancestor is a physical relation or not. Ne référencez pas directement 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

Valeur de retour

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