次の方法で共有


SfcRegistration.GetRegisteredDomainForType メソッド (Type)

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

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

構文

'宣言
Public Shared Function GetRegisteredDomainForType ( _
    type As Type _
) As SfcDomainInfo
'使用
Dim type As Type 
Dim returnValue As SfcDomainInfo 

returnValue = SfcRegistration.GetRegisteredDomainForType(type)
public static SfcDomainInfo GetRegisteredDomainForType(
    Type type
)
public:
static SfcDomainInfo^ GetRegisteredDomainForType(
    Type^ type
)
static member GetRegisteredDomainForType : 
        type:Type -> SfcDomainInfo
public static function GetRegisteredDomainForType(
    type : Type
) : SfcDomainInfo

パラメーター

戻り値

型: Microsoft.SqlServer.Management.Sdk.Sfc.SfcDomainInfo
指定した型のドメイン Information オブジェクトです。

関連項目

参照

SfcRegistration クラス

GetRegisteredDomainForType オーバーロード

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