PolicyStore.ISfcDomain.GetType メソッド

typeName パラメーターで指定された Type オブジェクトを取得します。

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

構文

'宣言
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Private Function GetType ( _
    typeName As String _
) As Type Implements ISfcDomain.GetType
'使用
Dim instance As PolicyStore 
Dim typeName As String 
Dim returnValue As Type 

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

パラメーター

  • typeName
    型: System.String
    種類を示す文字列値です。

戻り値

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

実装

ISfcDomain.GetType(String)

関連項目

参照

PolicyStore クラス

Microsoft.SqlServer.Management.Dmf 名前空間