Udostępnij przez


Index.CellsPerObject Property

Defines the maximum number of cells that tessellation can count per object.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property CellsPerObject As Integer
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)] 
public int CellsPerObject { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)] 
public:
property int CellsPerObject {
    int get ();
    void set (int value);
}
/** @property */
public int get_CellsPerObject ()

/** @property */
public void set_CellsPerObject (int value)
public function get CellsPerObject () : int

public function set CellsPerObject (value : int)

Property Value

Double

Remarks

This property cannot be modified by using the Alter method. To change the property, the index must be rebuilt or re-created.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.