IActionHandlerInfo.ActionHandler プロパティ

実際のアクション ハンドラー シングルトンの参照を取得します。

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

構文

'宣言

ReadOnly Property ActionHandler As IActionHandler
    Get
'使用

Dim instance As IActionHandlerInfo
Dim value As IActionHandler

value = instance.ActionHandler
IActionHandler ActionHandler { get; }
property IActionHandler^ ActionHandler {
    IActionHandler^ get ();
}
abstract ActionHandler : IActionHandler
function get ActionHandler () : IActionHandler

プロパティ値

型: Microsoft.SqlServer.Management.IActionHandler
実際のアクション ハンドラー シングルトンの参照。

関連項目

参照

IActionHandlerInfo インターフェイス

Microsoft.SqlServer.Management 名前空間