Share via


SfcDependencyNode.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

パラメーター

  • index
    型: System.Int32
    子のインデックスを表す整数です。

戻り値

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

関連項目

参照

SfcDependencyNode クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間