Metodo SfcRegistration.GetRegisteredDomainForType (String, Boolean)

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, _
    throwOnUnregisteredDomain As Boolean _
) As String
'Utilizzo
Dim fullTypeName As String 
Dim throwOnUnregisteredDomain As Boolean 
Dim returnValue As String 

returnValue = SfcRegistration.GetRegisteredDomainForType(fullTypeName, _
    throwOnUnregisteredDomain)
public static string GetRegisteredDomainForType(
    string fullTypeName,
    bool throwOnUnregisteredDomain
)
public:
static String^ GetRegisteredDomainForType(
    String^ fullTypeName, 
    bool throwOnUnregisteredDomain
)
static member GetRegisteredDomainForType : 
        fullTypeName:string * 
        throwOnUnregisteredDomain:bool -> string
public static function GetRegisteredDomainForType(
    fullTypeName : String, 
    throwOnUnregisteredDomain : boolean
) : String

Parametri

  • fullTypeName
    Tipo: System.String
    The complete name for the Type.
  • throwOnUnregisteredDomain
    Tipo: System.Boolean
    true to throw on the unregistered domain; otherwise, false.

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