Compartir a través de


TableEvent.CreateSpatialIndex Propiedad

Gets the Create Spatial Index event.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Shared ReadOnly Property CreateSpatialIndex As TableEvent 
    Get
'Uso
Dim value As TableEvent 

value = TableEvent.CreateSpatialIndex
public static TableEvent CreateSpatialIndex { get; }
public:
static property TableEvent^ CreateSpatialIndex {
    TableEvent^ get ();
}
static member CreateSpatialIndex : TableEvent
static function get CreateSpatialIndex () : TableEvent

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.TableEvent
The Create Spatial Index event.

Ejemplos

Controlar eventos SMO

Vea también

Referencia

TableEvent Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Controlar eventos SMO