SfcRegistration.GetRegisteredDomainForType Method

Definition

Overloads

GetRegisteredDomainForType(String)

Returns the domain name for a specific type

GetRegisteredDomainForType(Type)

Returns the domain Information object for a given type

GetRegisteredDomainForType(String, Boolean)

Returns the domain name for a specific type

GetRegisteredDomainForType(String)

Returns the domain name for a specific type

public static string GetRegisteredDomainForType (string fullTypeName);
static member GetRegisteredDomainForType : string -> string
Public Shared Function GetRegisteredDomainForType (fullTypeName As String) As String

Parameters

fullTypeName
String

Returns

Applies to

GetRegisteredDomainForType(Type)

Returns the domain Information object for a given type

public static Microsoft.SqlServer.Management.Sdk.Sfc.SfcDomainInfo GetRegisteredDomainForType (Type type);
static member GetRegisteredDomainForType : Type -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcDomainInfo
Public Shared Function GetRegisteredDomainForType (type As Type) As SfcDomainInfo

Parameters

type
Type

Returns

Applies to

GetRegisteredDomainForType(String, Boolean)

Returns the domain name for a specific type

public static string GetRegisteredDomainForType (string fullTypeName, bool throwOnUnregisteredDomain);
static member GetRegisteredDomainForType : string * bool -> string
Public Shared Function GetRegisteredDomainForType (fullTypeName As String, throwOnUnregisteredDomain As Boolean) As String

Parameters

fullTypeName
String
throwOnUnregisteredDomain
Boolean

Returns

Applies to