Propriedade do RDL TableEvent.CreateSpatialIndex
Gets the Create Spatial Index event.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.TableEvent
The Create Spatial Index event.
Exemplos
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo