ActionCollection Class

Definition

Represents a collection of action objects.

public ref class ActionCollection : Microsoft::SqlServer::Management::ConfigurationSection
[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 ActionCollection : Microsoft.SqlServer.Management.ConfigurationSection
[<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 ActionCollection = class
    inherit ConfigurationSection
Public Class ActionCollection
Inherits ConfigurationSection
Inheritance
Attributes

Constructors

ActionCollection()

Initializes a new instance of the ActionCollection class.

Properties

Action

Gets or sets the action of the ActionCollection.

LoadedFrom

Gets or sets the loaded form in a configuration section.

(Inherited from ConfigurationSection)
ResourceManager

Gets or sets the string value for the ResourceManager control.

(Inherited from LocalizationManager)
Source

Gets or sets the source for the configuration section.

(Inherited from ConfigurationSection)

Applies to