IActionHandlerInfo Interface

Defines a method that displays the collection of the action handler.

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

Syntax

'Declaration
Public Interface IActionHandlerInfo _
    Inherits IDisposable
'Usage
Dim instance As IActionHandlerInfo
public interface IActionHandlerInfo : IDisposable
public interface class IActionHandlerInfo : IDisposable
type IActionHandlerInfo =  
    interface
        interface IDisposable
    end
public interface IActionHandlerInfo extends IDisposable

The IActionHandlerInfo type exposes the following members.

Properties

  Name Description
Public property ActionHandler Gets the reference of the actual action handler Singleton.
Public property DefaultProperties Gets the default properties associated with the action handler.
Public property Moniker Gets the string value of the action handler moniker.

Top

Methods

  Name Description
Public method Dispose (Inherited from IDisposable.)

Top