ActionHandlerInfo クラス

定義

クラスの情報のコレクションを表します。

public ref class ActionHandlerInfo : Microsoft::SqlServer::Management::LocalizationManager, IDisposable, Microsoft::SqlServer::Management::IActionHandlerInfo, Microsoft::SqlServer::Management::IInitializable
[System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Serializable]
public class ActionHandlerInfo : Microsoft.SqlServer.Management.LocalizationManager, IDisposable, Microsoft.SqlServer.Management.IActionHandlerInfo, Microsoft.SqlServer.Management.IInitializable
[<System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Serializable>]
type ActionHandlerInfo = class
    inherit LocalizationManager
    interface IActionHandlerInfo
    interface IDisposable
    interface IInitializable
Public Class ActionHandlerInfo
Inherits LocalizationManager
Implements IActionHandlerInfo, IDisposable, IInitializable
継承
ActionHandlerInfo
属性
実装

コンストラクター

ActionHandlerInfo()

ActionHandlerInfo クラスの新しいインスタンスを初期化します。

プロパティ

ActionHandler

ActionHandler イベントのアクションのコレクションを取得します。

DefaultProperties

ActionHandler の既定のプロパティを取得します。値の設定も可能です。

Moniker

アクションのモニカーを取得します。値の設定も可能です。

ResourceManager

ResourceManager コントロールの文字列値を取得します。値の設定も可能です。

(継承元 LocalizationManager)
Type

種類を表す文字列値を取得します。値の設定も可能です。

メソッド

Dispose()

ActionHandlerInfo クラスによって使用されているすべてのリソースを解放します。

明示的なインターフェイスの実装

IActionHandlerInfo.DefaultProperties

ディクショナリの既定のプロパティを取得します。

IInitializable.Initialize(IServiceProvider)

アクションを処理するサービス プロバイダーを初期化します。

適用対象