GetRegisteredDomainForType Método (String)
Solamente se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada.
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
- fullTypeName
Tipo: System. . :: . .String
Nombre completo del Tipo.
Valor devuelto
Tipo: System. . :: . .String
Nombre de dominio del tipo determinado.