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 a value that indicates whether the CreateAvailabilityGroup 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 CreateAvailabilityGroup As Boolean
Get
Set
'Usage
Dim instance As ServerDdlTriggerEventSet
Dim value As Boolean
value = instance.CreateAvailabilityGroup
instance.CreateAvailabilityGroup = value
public bool CreateAvailabilityGroup { get; set; }
public:
property bool CreateAvailabilityGroup {
bool get ();
void set (bool value);
}
member CreateAvailabilityGroup : bool with get, set
function get CreateAvailabilityGroup () : boolean
function set CreateAvailabilityGroup (value : boolean)
Property Value
Type: System.Boolean
true if the CreateAvailabilityGroup event is included in the event set; otherwise, false.