Metodo GetRegisteredDomainForType (String, Boolean)
Identificato solo a scopo informativo. Non supportato. Non è garantita la compatibilità con le versioni future.
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
Nome completo per il tipo.
- throwOnUnregisteredDomain
Tipo: System. . :: . .Boolean
true per generare un'eccezione nel dominio non registrato; in caso contrario, false.
Valore restituito
Tipo: System. . :: . .String
Nome di dominio per il tipo specifico.