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
參數
- fullTypeName
型別:System. . :: . .String
類型的完整名稱。
- ignoreCase
型別:System. . :: . .Boolean
true 表示要忽略大小寫,否則為 false。
傳回值
型別:System. . :: . .Type
具有完整物件名稱的物件類型。