GetObjectTypeFromFullName メソッド (String)
単に情報を示すためだけに特定されます。サポートされていません。将来の互換性は保証されません。
名前空間: 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
パラメーター
- fullTypeName
型: System. . :: . .String
Type の完全な名前です。
戻り値
型: System. . :: . .Type
完全なオブジェクト名を持つオブジェクトの型です。