Udostępnij za pośrednictwem


Właściwość ServerDdlTriggerEventSet.DropIndex

Pobiera lub zestaws Boolean wartość określająca, czy DropIndex zdarzenie jest uwzględniane w przypadku zestaw.

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

Składnia

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

value = instance.DropIndex

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

Wartość właściwości

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