ISql100SpatialIndex.CellsPerObject-Eigenschaft

Modelliert die 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
    Get
    Set
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)

Eigenschaftswert

Typ: System.Int32

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql100SpatialIndex Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace