Share via


ActionCollection.Action Property

Gets or sets the action of the ActionCollection.

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
Public Property Action As ActionInfo()
    Get
    Set
'Usage
Dim instance As ActionCollection
Dim value As ActionInfo()

value = instance.Action

instance.Action = value
public ActionInfo[] Action { get; set; }
public:
property array<ActionInfo^>^ Action {
    array<ActionInfo^>^ get ();
    void set (array<ActionInfo^>^ value);
}
member Action : ActionInfo[] with get, set
function get Action () : ActionInfo[]
function set Action (value : ActionInfo[])

Property Value

Type: array<Microsoft.SqlServer.Management.ActionInfo[]
The action of the ActionCollection.