SfcRegistration.GetObjectTypeFromFullName 方法 (String, Boolean)

不要在您的代码中直接引用此成员。它支持 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, _
    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

参数

  • ignoreCase
    类型:System.Boolean
    true to ignore case; otherwise, false.

返回值

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

请参阅

参考

SfcRegistration 类

GetObjectTypeFromFullName 重载

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