Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a value that indicates whether the AlterAvailabilityGroup event is included in the event set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Property AlterAvailabilityGroup As Boolean
Get
Set
'Usage
Dim instance As ServerDdlTriggerEventSet
Dim value As Boolean
value = instance.AlterAvailabilityGroup
instance.AlterAvailabilityGroup = value
public bool AlterAvailabilityGroup { get; set; }
public:
property bool AlterAvailabilityGroup {
bool get ();
void set (bool value);
}
member AlterAvailabilityGroup : bool with get, set
function get AlterAvailabilityGroup () : boolean
function set AlterAvailabilityGroup (value : boolean)
Property Value
Type: System.Boolean
true if the AlterAvailabilityGroup event is included in the event set; otherwise, false.