次の方法で共有


IsPhysicalAncestor メソッド

先祖とのリレーションシップが物理的であるかどうかを示す値を返します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Function IsPhysicalAncestor ( _
    index As Integer _
) As Boolean
'使用
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

パラメーター

戻り値

型: System. . :: . .Boolean
先祖とのリレーションシップが物理的である場合は true、それ以外の場合は false です。