Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Shared Function GetRegisteredDomainForType ( _
fullTypeName As String, _
throwOnUnregisteredDomain As Boolean _
) As String
'Usage
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
Parameters
- fullTypeName
Type: System.String
The complete name for the Type.
- throwOnUnregisteredDomain
Type: System.Boolean
true to throw on the unregistered domain; otherwise, false.
Return Value
Type: System.String
The domain name for the specific type.