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
屬性
實作

建構函式

名稱 Description
ActionHandlerInfo()

初始化 ActionHandlerInfo 類別的新執行個體。

屬性

名稱 Description
ActionHandler

取得 ActionHandler 事件的行動集合。

DefaultProperties

取得或設定 ActionHandler 中的預設屬性。

Moniker

獲得或設定了這個行動的名稱。

ResourceManager

取得或設定 ResourceManager 控制項的字串值。

(繼承來源 LocalizationManager)
Type

取得或設定代表該型別的字串值。

方法

名稱 Description
Dispose()

釋放 ActionHandlerInfo 類別所使用的所有資源。

明確介面實作

名稱 Description
IActionHandlerInfo.DefaultProperties

取得字典的預設屬性。

IInitializable.Initialize(IServiceProvider)

初始化處理該動作的服務提供者。

適用於