Compartir a través de


ISql100SpatialIndex.CellsPerObject (Propiedad)

Modela la opción CELLS_PER_OBJECT.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Int32

Seguridad de .NET Framework

Vea también

Referencia

ISql100SpatialIndex Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)