Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Create Spatial Index event.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property CreateSpatialIndex As TableEvent
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.TableEvent
The Create Spatial Index event.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace