Aracılığıyla paylaş


DatabaseEventSet.CreateEventNotification Özelliği

Alır veya küme bir Boolean özellik değerini belirtir olup olay ekinde olay küme.Veritabanında bir olay bildirim oluşturulan olay oluşur.

Ad Alanı:  Microsoft.SqlServer.Management.Smo
Derleme:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)

Sözdizimi

'Bildirim
Public Property CreateEventNotification As Boolean
    Get
    Set
'Kullanım
Dim instance As DatabaseEventSet
Dim value As Boolean

value = instance.CreateEventNotification

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

Özellik Değeri

Tür: System.Boolean
A Boolean belirten değeri olup olmadığını CreateEventNotification olay gelen olay küme.
True ise olay, olay kümesine dahil edilir. Aksi halde False olur.