ActionHandlerInfo Class
Represents a collection of information for the class.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
Microsoft.SqlServer.Management::LocalizationManager
Microsoft.SqlServer.Management::ActionHandlerInfo
[SerializableAttribute] [XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/SqlServer/Management/Registration")] [DesignerCategoryAttribute("code")] [GeneratedCodeAttribute("xsd", "4.0.30319.33440")] [DebuggerStepThroughAttribute] public ref class ActionHandlerInfo : LocalizationManager, IActionHandlerInfo, IDisposable, IInitializable
| Name | Description | |
|---|---|---|
![]() | ActionHandlerInfo() | Initializes a new instance of the ActionHandlerInfo class. |
| Name | Description | |
|---|---|---|
![]() | ActionHandler | Gets the collection of actions of the ActionHandler event. |
![]() | DefaultProperties | Gets or sets the default properties in the ActionHandler. |
![]() | Moniker | Gets or sets the moniker of the action. |
![]() | ResourceManager | Gets or sets the string value for the ResourceManager control.(Inherited from LocalizationManager.) |
![]() | Type | Gets or sets the string value that represents the Type. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by the ActionHandlerInfo class. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IInitializable::Initialize(IServiceProvider^) | Initializes the service provider that handles the action. |
![]() ![]() | IActionHandlerInfo::DefaultProperties | Gets the default property for the dictionary. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





