共用方式為


SfcRegistration.GetRegisteredDomainForType 方法 (String)

不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Shared Function GetRegisteredDomainForType ( _
    fullTypeName As String _
) As String
'用途
Dim fullTypeName As String 
Dim returnValue As String 

returnValue = SfcRegistration.GetRegisteredDomainForType(fullTypeName)
public static string GetRegisteredDomainForType(
    string fullTypeName
)
public:
static String^ GetRegisteredDomainForType(
    String^ fullTypeName
)
static member GetRegisteredDomainForType : 
        fullTypeName:string -> string
public static function GetRegisteredDomainForType(
    fullTypeName : String
) : String

參數

傳回值

型別:System.String
The domain name for the specific type.

請參閱

參考

SfcRegistration 類別

GetRegisteredDomainForType 多載

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