共用方式為


SfcRegistration.GetObjectTypeFromFullName 方法 (String)

不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

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

語法

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

參數

傳回值

型別:System.Type
The type of object with a complete object name.

請參閱

參考

SfcRegistration 類別

GetObjectTypeFromFullName 多載

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間