Udostępnij za pośrednictwem


Właściwość ServerDdlTriggerEventSet.DdlServerAuditSpecificationEventsEvents

Pobiera lub ustawia Boolean wartości właściwość, który określa, czy zdarzenie jest uwzględniany w zestaw zdarzeń.Zdarzenie występuje, gdy serwer autoryzacja jest zmieniony.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.SqlEnum (w Microsoft.SqlServer.SqlEnum.dll)

Składnia

'Deklaracja
Public Property DdlServerAuditSpecificationEventsEvents As Boolean
    Get
    Set
'Użycie
Dim instance As ServerDdlTriggerEventSet
Dim value As Boolean

value = instance.DdlServerAuditSpecificationEventsEvents

instance.DdlServerAuditSpecificationEventsEvents = value
public bool DdlServerAuditSpecificationEventsEvents { get; set; }
public:
property bool DdlServerAuditSpecificationEventsEvents {
    bool get ();
    void set (bool value);
}
member DdlServerAuditSpecificationEventsEvents : bool with get, set
function get DdlServerAuditSpecificationEventsEvents () : boolean
function set DdlServerAuditSpecificationEventsEvents (value : boolean)

Wartość właściwości

Typ: System.Boolean
A Boolean wartość określająca, czy DdlServerAuditSpecificationEventsEvents zdarzenie jest uwzględniane w przypadku zestaw.
W przypadku wartości True zdarzenie jest uzględniane w zbiorze zdarzeń.
Jeśli False (domyślnie), zdarzenie nie dołączono zestaw zdarzeń.