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
Type の完全な名前です。
- ignoreCase
型: System. . :: . .Boolean
大文字と小文字を区別しない場合は true、それ以外の場合は false です。
戻り値
型: System. . :: . .Type
完全なオブジェクト名を持つオブジェクトの型です。