Właściwość ViewEventSet.DropIndex
Pobiera lub ustawia Boolean wartości właściwość, który określa, czy zdarzenie, który występuje, gdy indeks jest porzucane są uwzględniane w zestaw zdarzeń.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Property DropIndex As Boolean
Get
Set
'Użycie
Dim instance As ViewEventSet
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.
Jeśli True, DropIndex zdarzenie jest uwzględniane w przypadku zestaw.
Jeśli FAŁSZ (domyślnie), DropIndex zdarzeń nie jest uwzględniony w przypadku zestaw.