AlterAvailabilityGroupStatementType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The types of alter availability group statements.
public enum AlterAvailabilityGroupStatementType
type AlterAvailabilityGroupStatementType =
Public Enum AlterAvailabilityGroupStatementType
- Inheritance
-
AlterAvailabilityGroupStatementType
Fields
Name | Value | Description |
---|---|---|
AddDatabase | 0 | Add database |
RemoveDatabase | 1 | Remove database |
AddReplica | 2 | Add replica |
ModifyReplica | 3 | Modify replica |
RemoveReplica | 4 | Remove replica |
Set | 5 | Set options |
Action | 6 | Take an action |