Méthode SfcRegistration.GetRegisteredDomainForType (String)
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Shared Function GetRegisteredDomainForType ( _
fullTypeName As String _
) As String
'Utilisation
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
Paramètres
- fullTypeName
Type : System.String
The full name of the Type.
Valeur de retour
Type : System.String
The domain name for the specific type.