GetObjectTypeFromFullName 方法 (String, Boolean)

标识为仅供参考。不提供支持。不保证以后的兼容性。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Shared Function GetObjectTypeFromFullName ( _
    fullTypeName As String, _
    ignoreCase As Boolean _
) As Type
用法
Dim fullTypeName As String
Dim ignoreCase As Boolean
Dim returnValue As Type

returnValue = SfcRegistration.GetObjectTypeFromFullName(fullTypeName, _
    ignoreCase)
public static Type GetObjectTypeFromFullName(
    string fullTypeName,
    bool ignoreCase
)
public:
static Type^ GetObjectTypeFromFullName(
    String^ fullTypeName, 
    bool ignoreCase
)
static member GetObjectTypeFromFullName : 
        fullTypeName:string * 
        ignoreCase:bool -> Type 
public static function GetObjectTypeFromFullName(
    fullTypeName : String, 
    ignoreCase : boolean
) : Type

参数

返回值

类型:System. . :: . .Type
具有完整对象名称的对象类型。