ActionHandlerInfo 类

定义

表示类的信息的集合。

public ref class ActionHandlerInfo : Microsoft::SqlServer::Management::LocalizationManager, IDisposable, Microsoft::SqlServer::Management::IActionHandlerInfo, 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 ActionHandlerInfo : Microsoft.SqlServer.Management.LocalizationManager, IDisposable, Microsoft.SqlServer.Management.IActionHandlerInfo, 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 ActionHandlerInfo = class
    inherit LocalizationManager
    interface IActionHandlerInfo
    interface IDisposable
    interface IInitializable
Public Class ActionHandlerInfo
Inherits LocalizationManager
Implements IActionHandlerInfo, IDisposable, IInitializable
继承
ActionHandlerInfo
属性
实现

构造函数

ActionHandlerInfo()

初始化 ActionHandlerInfo 类的新实例。

属性

ActionHandler

获取 ActionHandler 事件的操作的集合。

DefaultProperties

获取或设置 ActionHandler 中的默认属性。

Moniker

获取或设置操作的名字。

ResourceManager

获取或设置 ResourceManager 控件的字符串值。

(继承自 LocalizationManager)
Type

获取或设置表示类型的字符串值。

方法

Dispose()

释放 ActionHandlerInfo 类使用的所有资源。

显式接口实现

IActionHandlerInfo.DefaultProperties

获取字典的默认属性。

IInitializable.Initialize(IServiceProvider)

初始化处理操作的服务提供程序。

适用于