Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the group action type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property ActionType As AlterAvailabilityGroupActionType
Get
Set
'Usage
Dim instance As AlterAvailabilityGroupAction
Dim value As AlterAvailabilityGroupActionType
value = instance.ActionType
instance.ActionType = value
public AlterAvailabilityGroupActionType ActionType { get; set; }
public:
property AlterAvailabilityGroupActionType ActionType {
AlterAvailabilityGroupActionType get ();
void set (AlterAvailabilityGroupActionType value);
}
member ActionType : AlterAvailabilityGroupActionType with get, set
function get ActionType () : AlterAvailabilityGroupActionType
function set ActionType (value : AlterAvailabilityGroupActionType)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.AlterAvailabilityGroupActionType
The group action type.