Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.