Compartilhar via


Método IsPhysicalAncestor

Returns a value that indicates whether the ancestor is a physical relation or not. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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

Valor de retorno

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