Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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. |