共用方式為


TryGetObjectTypeFromFullName 方法

僅供參考之用。不支援。我們無法保證未來的相容性。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Shared Function TryGetObjectTypeFromFullName ( _
    fullTypeName As String _
) As Type
'用途
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

參數

傳回值

型別:System. . :: . .Type
完整類型名稱中的完整 .NET 類型。