Share via


ActionHandlerInfo Classe

Définition

Représente une collection d'informations pour la classe.

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
Héritage
ActionHandlerInfo
Attributs
Implémente

Constructeurs

ActionHandlerInfo()

Initialise une nouvelle instance de la classe ActionHandlerInfo.

Propriétés

ActionHandler

Obtient la collection d'actions de l'événement ActionHandler.

DefaultProperties

Obtient ou définit les propriétés par défaut dans ActionHandler.

Moniker

Obtient ou définit le moniker de l'action.

ResourceManager

Obtient ou définit la valeur de chaîne pour le contrôle ResourceManager.

(Hérité de LocalizationManager)
Type

Obtient ou définit la valeur de chaîne qui représente le type.

Méthodes

Dispose()

Libère toutes les ressources utilisées par la classe ActionHandlerInfo.

Implémentations d’interfaces explicites

IActionHandlerInfo.DefaultProperties

Obtient la propriété par défaut du dictionnaire.

IInitializable.Initialize(IServiceProvider)

Initialise le fournisseur de services qui gère l'action.

S’applique à