Compartir a través de


SfcRegistration.GetRegisteredDomainForType Método (String)

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 _
) As String
'Uso
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

Parámetros

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