IActionHandlerInfo インターフェイス

アクション ハンドラーのコレクションを表示するメソッドを定義します。

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

構文

'宣言

Public Interface IActionHandlerInfo _
    Inherits 
'使用

Dim instance As IActionHandlerInfo
public interface IActionHandlerInfo : 
public interface class IActionHandlerInfo : 
type IActionHandlerInfo =  
    interface
        interface 
    end
public interface IActionHandlerInfo extends 

IActionHandlerInfo 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ ActionHandler 実際のアクション ハンドラー シングルトンの参照を取得します。
パブリック プロパティ DefaultProperties アクション ハンドラーに関連付けられている既定のプロパティを取得します。
パブリック プロパティ Moniker アクション ハンドラー モニカーの文字列値を取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド ( から継承されています。)

先頭に戻る

関連項目

参照

Microsoft.SqlServer.Management 名前空間