CellsPerObject 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property CellsPerObject As Integer
    Get
    Set
用法
Dim instance As Index
Dim value As Integer

value = instance.CellsPerObject

instance.CellsPerObject = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public int CellsPerObject { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property int CellsPerObject {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member CellsPerObject : int with get, set
function get CellsPerObject () : int
function set CellsPerObject (value : int)

属性值

类型:System. . :: . .Int32
Double

注释

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