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.
Gets or sets the type of the ALTER AVAILABILITY GROUP statement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property AlterAvailabilityGroupStatementType As AlterAvailabilityGroupStatementType
Get
Set
'Usage
Dim instance As AlterAvailabilityGroupStatement
Dim value As AlterAvailabilityGroupStatementType
value = instance.AlterAvailabilityGroupStatementType
instance.AlterAvailabilityGroupStatementType = value
public AlterAvailabilityGroupStatementType AlterAvailabilityGroupStatementType { get; set; }
public:
property AlterAvailabilityGroupStatementType AlterAvailabilityGroupStatementType {
AlterAvailabilityGroupStatementType get ();
void set (AlterAvailabilityGroupStatementType value);
}
member AlterAvailabilityGroupStatementType : AlterAvailabilityGroupStatementType with get, set
function get AlterAvailabilityGroupStatementType () : AlterAvailabilityGroupStatementType
function set AlterAvailabilityGroupStatementType (value : AlterAvailabilityGroupStatementType)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.AlterAvailabilityGroupStatementType
The type of the ALTER AVAILABILITY GROUP statement.