Metodo SfcRegistration.GetRegisteredDomainForType (String)

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

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

Parametri

Valore restituito

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

Vedere anche

Riferimento

SfcRegistration Classe

Overload GetRegisteredDomainForType

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc