ActionHandlerInfo Class

Represents a collection of information for the class.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.LocalizationManager
    Microsoft.SqlServer.Management.ActionHandlerInfo

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ActionHandlerInfo _
    Inherits LocalizationManager _
    Implements IActionHandlerInfo, IDisposable, IInitializable
'Usage
Dim instance As ActionHandlerInfo
[SerializableAttribute]
public class ActionHandlerInfo : LocalizationManager, 
    IActionHandlerInfo, IDisposable, IInitializable
[SerializableAttribute]
public ref class ActionHandlerInfo : public LocalizationManager, 
    IActionHandlerInfo, IDisposable, IInitializable
[<SerializableAttribute>]
type ActionHandlerInfo =  
    class
        inherit LocalizationManager
        interface IActionHandlerInfo
        interface IDisposable
        interface IInitializable
    end
public class ActionHandlerInfo extends LocalizationManager implements IActionHandlerInfo, IDisposable, IInitializable

The ActionHandlerInfo type exposes the following members.

Constructors

  Name Description
Public method ActionHandlerInfo Initializes a new instance of the ActionHandlerInfo class.

Top

Properties

  Name Description
Public property ActionHandler Gets the collection of actions of the ActionHandler event.
Public property DefaultProperties Gets or sets the default properties in the ActionHandler.
Public property Moniker Gets or sets the moniker of the action.
Public property ResourceManager Gets or sets the string value for the ResourceManager control. (Inherited from LocalizationManager.)
Public property Type Gets or sets the string value that represents the Type.

Top

Methods

  Name Description
Public method Dispose Releases all resources used by the ActionHandlerInfo class.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IActionHandlerInfo.DefaultProperties Gets the default property of the dictionary.
Explicit interface implemetationPrivate method IInitializable.Initialize Initializes the service provider that handles the action.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.