次の方法で共有


SfcDependencyNode.AncestorCount プロパティ

依存関係ノードの先祖の数を示す値を取得します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

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

構文

'宣言
Public ReadOnly Property AncestorCount As Integer 
    Get
'使用
Dim instance As SfcDependencyNode 
Dim value As Integer 

value = instance.AncestorCount
public int AncestorCount { get; }
public:
property int AncestorCount {
    int get ();
}
member AncestorCount : int
function get AncestorCount () : int

プロパティ値

型: System.Int32
先祖の数を表す整数です。

関連項目

参照

SfcDependencyNode クラス

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