Udostępnij za pośrednictwem


Właściwość DatabaseDdlTriggerEventSet.CreateFunction

Pobiera lub ustawia Boolean wartości właściwość, który określa, czy zdarzenie jest uwzględniany w zestaw zdarzeń.Zdarzenie występuje po utworzeniu funkcja zdefiniowanej przez użytkownika.

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

Składnia

'Deklaracja
Public Property CreateFunction As Boolean
    Get
    Set
'Użycie
Dim instance As DatabaseDdlTriggerEventSet
Dim value As Boolean

value = instance.CreateFunction

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

Wartość właściwości

Typ: System.Boolean
A Boolean wartość określająca, czy CreateFunction 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.