GetRegisteredDomainForType 方法 (Type)
僅供參考之用。不支援。我們無法保證未來的相容性。
命名空間: 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
參數
- type
型別:System. . :: . .Type
表示類型的類型。
傳回值
型別:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcDomainInfo
給定類型的網域資訊物件。