Freigeben über


IsPhysicalAncestor-Methode

Returns a value that indicates whether the ancestor is a physical relation or not. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

'Declaration
Public Function IsPhysicalAncestor ( _
    index As Integer _
) As Boolean
'Usage
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

Parameter

Rückgabewert

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