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 命名空间