GetRegisteredDomainForType Método (String, Boolean)
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, _
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
Nombre completo del Tipo.
- throwOnUnregisteredDomain
Tipo: System. . :: . .Boolean
true si se va a producir en el dominio no registrado; en caso contrario, false.
Valor devuelto
Tipo: System. . :: . .String
Nombre de dominio del tipo determinado.