次の方法で共有


IsPhysicalChild メソッド

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

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

構文

'宣言
Public Function IsPhysicalChild ( _
    index As Integer _
) As Boolean
'使用
Dim instance As SfcDependencyNode
Dim index As Integer
Dim returnValue As Boolean

returnValue = instance.IsPhysicalChild(index)
public bool IsPhysicalChild(
    int index
)
public:
bool IsPhysicalChild(
    int index
)
member IsPhysicalChild : 
        index:int -> bool 
public function IsPhysicalChild(
    index : int
) : boolean

パラメーター

戻り値

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