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.
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.