Compartir a través de


SfcDependencyNode.IsPhysicalAncestor Método

Returns a value that indicates whether the ancestor is a physical relation or not. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Function IsPhysicalAncestor ( _
    index As Integer _
) As Boolean
'Uso
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

Parámetros

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

Valor devuelto

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

Vea también

Referencia

SfcDependencyNode Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc