Proprietà TableEvent.CreateSpatialIndex
Gets the Create Spatial Index event.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Shared ReadOnly Property CreateSpatialIndex As TableEvent
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.TableEvent
The Create Spatial Index event.
Esempi
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo