IActionHandlerInfo.ActionHandler プロパティ

定義

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

public:
 property Microsoft::SqlServer::Management::IActionHandler ^ ActionHandler { Microsoft::SqlServer::Management::IActionHandler ^ get(); };
public Microsoft.SqlServer.Management.IActionHandler ActionHandler { get; }
member this.ActionHandler : Microsoft.SqlServer.Management.IActionHandler
Public ReadOnly Property ActionHandler As IActionHandler

プロパティ値

実際のアクション ハンドラー シングルトンの参照。

適用対象