Metoda SfcRegistration.GetObjectTypeFromFullName (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 GetObjectTypeFromFullName ( _
fullTypeName As String _
) As Type
'Użycie
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
Parametry
- fullTypeName
Typ: System.String
Pełna nazwa typu.
Wartość zwracana
Typ: System.Type
Typ obiektu o nazwie kompletnego obiektu.