ActionInfo Class

Definition

Represents a set of actions of the item.

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
Inheritance
Attributes
Implements

Constructors

ActionInfo()

Initializes a new instance of the ActionInfo class.

Properties

ActionHandlerMoniker

Gets or sets the moniker of the handler.

Moniker

Gets or sets the moniker of the action.

Properties

Gets or sets the property of the action.

ResourceManager

Gets or sets the string value for the ResourceManager control.

(Inherited from LocalizationManager)

Methods

Dispose()

Releases all resources used by the ActionInfo class.

Explicit Interface Implementations

IActionInfo.Properties

Gets the property of the action.

IInitializable.Initialize(IServiceProvider)

Defines a mechanism for retrieving a service object.

Applies to