Metoda SfcRegistration.TryGetObjectTypeFromFullName
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 TryGetObjectTypeFromFullName ( _
fullTypeName As String _
) As Type
'Użycie
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
Parametry
- fullTypeName
Typ: System.String
Pełną nazwę typu.
Wartość zwracana
Typ: System.Type
Pełna.Typ sieci z w pełni kwalifikowana nazwa typu.