Właściwość ViewEventSet.CreateSpatialIndex
Pobiera lub zestaws wartość właściwość logiczna, która określa, czy zdarzenie jest uwzględniany w zdarzeniuzestaw
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 ViewEventSet
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.
Jeśli True, CreateSpatialIndex zdarzenie jest uwzględniane w przypadku zestaw.
Jeśli FAŁSZ (domyślnie), CreateSpatialIndex zdarzeń nie jest uwzględniony w przypadku zestaw.