Freigeben über


SfcRegistration.GetRegisteredDomainForType-Methode (String, Boolean)

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Parameter

  • fullTypeName
    Typ: System.String
    The complete name for the Type.
  • throwOnUnregisteredDomain
    Typ: System.Boolean
    true to throw on the unregistered domain; otherwise, false.

Rückgabewert

Typ: System.String
The domain name for the specific type.

Siehe auch

Verweis

SfcRegistration Klasse

GetRegisteredDomainForType-Überladung

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace