Compartir a través de


SfcRegistration.GetRegisteredDomainForType Método (String, Boolean)

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Shared Function GetRegisteredDomainForType ( _
    fullTypeName As String, _
    throwOnUnregisteredDomain As Boolean _
) As String
'Uso
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

Parámetros

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

Valor devuelto

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

Vea también

Referencia

SfcRegistration Clase

Sobrecarga de GetRegisteredDomainForType

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc