次の方法で共有


Utility.ISfcDomain.GetType メソッド

ユーティリティの Type を取得します。

名前空間:  Microsoft.SqlServer.Management.Utility
アセンブリ:  Microsoft.SqlServer.Management.Utility (Microsoft.SqlServer.Management.Utility.dll)

構文

'宣言
Private Function GetType ( _
    typeName As String _
) As Type Implements ISfcDomain.GetType
'使用
Dim instance As Utility 
Dim typeName As String 
Dim returnValue As Type 

returnValue = CType(instance, ISfcDomain).GetType(typeName)
Type ISfcDomain.GetType(
    string typeName
)
private:
virtual Type^ GetType(
    String^ typeName
) sealed = ISfcDomain::GetType
private abstract GetType : 
        typeName:string -> Type  
private override GetType : 
        typeName:string -> Type
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

  • typeName
    型: System.String
    型の名前を指定する文字列値です。

戻り値

型: System.Type
Type オブジェクトです。

実装

ISfcDomain.GetType(String)

関連項目

参照

Utility クラス

Microsoft.SqlServer.Management.Utility 名前空間