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.
Represents the ALTER AVAILABILITY GROUP statement type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration AlterAvailabilityGroupStatementType
'Usage
Dim instance As AlterAvailabilityGroupStatementType
public enum AlterAvailabilityGroupStatementType
public enum class AlterAvailabilityGroupStatementType
type AlterAvailabilityGroupStatementType
public enum AlterAvailabilityGroupStatementType
Members
| Member name | Description | |
|---|---|---|
| Action | Takes an action. | |
| AddDatabase | Adds database. | |
| AddReplica | Adds replica. | |
| ModifyReplica | Modifies replica. | |
| RemoveDatabase | Removes database. | |
| RemoveReplica | Removes replica. | |
| Set | Sets options. |