Share via


ISql100SpatialIndex.CellsPerObject Property

Models the CELLS_PER_OBJECT option.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property CellsPerObject As Integer
int CellsPerObject { get; set; }
property int CellsPerObject {
    int get ();
    void set (int value);
}
abstract CellsPerObject : int with get, set
function get CellsPerObject () : int
function set CellsPerObject (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ISql100SpatialIndex Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace