Méthode SfcRegistration.TryGetObjectTypeFromFullName
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 TryGetObjectTypeFromFullName ( _
fullTypeName As String _
) As Type
'Utilisation
Dim fullTypeName As String
Dim returnValue As Type
returnValue = SfcRegistration.TryGetObjectTypeFromFullName(fullTypeName)
public static Type TryGetObjectTypeFromFullName(
string fullTypeName
)
public:
static Type^ TryGetObjectTypeFromFullName(
String^ fullTypeName
)
static member TryGetObjectTypeFromFullName :
fullTypeName:string -> Type
public static function TryGetObjectTypeFromFullName(
fullTypeName : String
) : Type
Paramètres
- fullTypeName
Type : System.String
The complete name for the Type.
Valeur de retour
Type : System.Type
The fully qualified .NET type from the fully qualified type name.