Udostępnij za pośrednictwem


Właściwość TableEventSet.CreateSpatialIndex

Pobiera lub ustawia Boolean wartości właściwość, który określa, czy zdarzenie, który występuje, gdy tworzony jest indeks przestrzenny 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 TableEventSet
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 value that specifies whether the event is included in the event set.
Jeśli True, zdarzenie CreateSpatialIndex dołączono zestaw zdarzeń.
Jeśli FAŁSZ (wartość domyślna), CreateSpatialIndex, zdarzenie nie jest uwzględniana w przypadku zestaw.