Freigeben über


AlterAvailabilityGroupStatementType-Enumeration

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

Elemente

Elementname Beschreibung
Action Takes an action.
AddDatabase Adds database.
AddReplica Adds replica.
ModifyReplica Modifies replica.
RemoveDatabase Removes database.
RemoveReplica Removes replica.
Set Sets options.

Siehe auch

Verweis

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace