Share via


SfcRegistration.Domains プロパティ

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

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

構文

'宣言
Public Shared ReadOnly Property Domains As SfcDomainInfoCollection 
    Get
'使用
Dim value As SfcDomainInfoCollection 

value = SfcRegistration.Domains
public static SfcDomainInfoCollection Domains { get; }
public:
static property SfcDomainInfoCollection^ Domains {
    SfcDomainInfoCollection^ get ();
}
static member Domains : SfcDomainInfoCollection
static function get Domains () : SfcDomainInfoCollection

プロパティ値

型: Microsoft.SqlServer.Management.Sdk.Sfc.SfcDomainInfoCollection
現在の登録されているドメインです。

関連項目

参照

SfcRegistration クラス

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