Metoda SfcRegistration.GetRegisteredDomainForType (String)
Określone tylko w celach informacyjnych. Nieobsługiwane. Przyszła zgodność nie jest gwarantowana.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public Shared Function GetRegisteredDomainForType ( _
fullTypeName As String _
) As String
'Użycie
Dim fullTypeName As String
Dim returnValue As String
returnValue = SfcRegistration.GetRegisteredDomainForType(fullTypeName)
public static string GetRegisteredDomainForType(
string fullTypeName
)
public:
static String^ GetRegisteredDomainForType(
String^ fullTypeName
)
static member GetRegisteredDomainForType :
fullTypeName:string -> string
public static function GetRegisteredDomainForType(
fullTypeName : String
) : String
Parametry
- fullTypeName
Typ: System.String
Pełna nazwa typu.
Wartość zwracana
Typ: System.String
Nazwa domena dla określonego typu.