Udostępnij za pośrednictwem


Właściwość DatabaseDdlTriggerEventSet.CreateTable

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

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

Składnia

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

value = instance.CreateTable

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

Wartość właściwości

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