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 | |
---|---|---|
ActionHandler | Gets the reference of the actual action handler Singleton. | |
DefaultProperties | Gets the default properties associated with the action handler. | |
Moniker | Gets the string value of the action handler moniker. |
Top