Właściwość DatabaseEventSet.CreateSpatialIndex
Pobiera lub ustawia Boolean wartości właściwość, który określa, czy zdarzenie jest uwzględniany w zestaw zdarzeń.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Property CreateSpatialIndex As Boolean
Get
Set
'Użycie
Dim instance As DatabaseEventSet
Dim value As Boolean
value = instance.CreateSpatialIndex
instance.CreateSpatialIndex = value
public bool CreateSpatialIndex { get; set; }
public:
property bool CreateSpatialIndex {
bool get ();
void set (bool value);
}
member CreateSpatialIndex : bool with get, set
function get CreateSpatialIndex () : boolean
function set CreateSpatialIndex (value : boolean)
Wartość właściwości
Typ: System.Boolean
A Boolean wartość określająca, czy CreateSpatialIndex 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.