Freigeben über


SfcRegistration.GetRegisteredDomainForType-Methode (String)

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Shared Function GetRegisteredDomainForType ( _
    fullTypeName As String _
) As String
'Usage
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

Parameter

Rückgabewert

Typ: System.String
The domain name for the specific type.

Siehe auch

Verweis

SfcRegistration Klasse

GetRegisteredDomainForType-Überladung

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace