GetObjectTypeFromFullName-Methode (String)
Nur für Informationszwecke identifiziert. Nicht unterstützt. Zukünftige Kompatibilität wird nicht sichergestellt.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Shared Function GetObjectTypeFromFullName ( _
fullTypeName As String _
) As Type
'Usage
Dim fullTypeName As String
Dim returnValue As Type
returnValue = SfcRegistration.GetObjectTypeFromFullName(fullTypeName)
public static Type GetObjectTypeFromFullName(
string fullTypeName
)
public:
static Type^ GetObjectTypeFromFullName(
String^ fullTypeName
)
static member GetObjectTypeFromFullName :
fullTypeName:string -> Type
public static function GetObjectTypeFromFullName(
fullTypeName : String
) : Type
Parameter
- fullTypeName
Typ: System. . :: . .String
Der vollständige Name des Typs.
Rückgabewert
Typ: System. . :: . .Type
Der Objekttyp mit einem vollständigen Objektnamen.