ActionCollection.Action Property

Definition

Gets or sets the action of the ActionCollection.

public:
 property cli::array <Microsoft::SqlServer::Management::ActionInfo ^> ^ Action { cli::array <Microsoft::SqlServer::Management::ActionInfo ^> ^ get(); void set(cli::array <Microsoft::SqlServer::Management::ActionInfo ^> ^ value); };
[System.Xml.Serialization.XmlElement("Action")]
public Microsoft.SqlServer.Management.ActionInfo[] Action { get; set; }
[<System.Xml.Serialization.XmlElement("Action")>]
member this.Action : Microsoft.SqlServer.Management.ActionInfo[] with get, set
Public Property Action As ActionInfo()

Property Value

The action of the ActionCollection.

Attributes

Applies to