Właściwość DatabaseEventSet.CreateMessageType
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 typ komunikatu jest tworzony w bazie danych.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Property CreateMessageType As Boolean
Get
Set
'Użycie
Dim instance As DatabaseEventSet
Dim value As Boolean
value = instance.CreateMessageType
instance.CreateMessageType = value
public bool CreateMessageType { get; set; }
public:
property bool CreateMessageType {
bool get ();
void set (bool value);
}
member CreateMessageType : bool with get, set
function get CreateMessageType () : boolean
function set CreateMessageType (value : boolean)
Wartość właściwości
Typ: System.Boolean
A Boolean wartość określająca, czy CreateMessageType zdarzenie jest uwzględniane w przypadku zestaw.
W przypadku wartości True zdarzenie jest uwzględniane w zbiorze zdarzeń. W przeciwnym razie zwraca wartość False.