ActionInfo クラス

定義

アイテムのアクションのセットを表します。

public ref class ActionInfo : Microsoft::SqlServer::Management::LocalizationManager, IDisposable, Microsoft::SqlServer::Management::IActionInfo, 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 ActionInfo : Microsoft.SqlServer.Management.LocalizationManager, IDisposable, Microsoft.SqlServer.Management.IActionInfo, 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 ActionInfo = class
    inherit LocalizationManager
    interface IActionInfo
    interface IDisposable
    interface IInitializable
Public Class ActionInfo
Inherits LocalizationManager
Implements IActionInfo, IDisposable, IInitializable
継承
属性
実装

コンストラクター

ActionInfo()

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

プロパティ

ActionHandlerMoniker

ハンドラーのモニカーを取得します。値の設定も可能です。

Moniker

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

Properties

アクションのプロパティを取得します。値の設定も可能です。

ResourceManager

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

(継承元 LocalizationManager)

メソッド

Dispose()

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

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

IActionInfo.Properties

アクションのプロパティを取得します。

IInitializable.Initialize(IServiceProvider)

サービス オブジェクトを取得するためのメカニズムを定義します。

適用対象