Index.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.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property CellsPerObject As Integer 
    Get 
    Set
‘사용 방법
Dim instance As Index 
Dim value As Integer 

value = instance.CellsPerObject

instance.CellsPerObject = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public int CellsPerObject { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property int CellsPerObject {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
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.

참고 항목

참조

Index 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

공간 인덱싱 개요