Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Returns a value that indicates whether the ancestor is a physical relation or not. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Function IsPhysicalAncestor ( _
index As Integer _
) As Boolean
'Utilizzo
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
Parametri
- index
Tipo: System.Int32
An integer that represents the index of the ancestor.
Valore restituito
Tipo: System.Boolean
true if the ancestor is a physical relation; otherwise, false.