次の方法で共有


Dependency.Links プロパティ

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。依存関係の一覧を保持する DependencyChainCollection オブジェクトを取得します。

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

構文

'宣言
Public ReadOnly Property Links As DependencyChainCollection 
    Get
'使用
Dim instance As Dependency 
Dim value As DependencyChainCollection 

value = instance.Links
public DependencyChainCollection Links { get; }
public:
property DependencyChainCollection^ Links {
    DependencyChainCollection^ get ();
}
member Links : DependencyChainCollection
function get Links () : DependencyChainCollection

プロパティ値

型: Microsoft.SqlServer.Management.Sdk.Sfc.DependencyChainCollection
依存関係の一覧を保持する DependencyChainCollection オブジェクトです。

関連項目

参照

Dependency クラス

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