Compartilhar via


Propriedade ISql100SpatialIndex.CellsPerObject

A opção de CELLS_PER_OBJECT de modelos.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Int32

Segurança do .NET Framework

Consulte também

Referência

ISql100SpatialIndex Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel