Udostępnij za pośrednictwem


Właściwość Index.CellsPerObject

Określa maksymalną liczbę komórek można policzyć tego Tesselacja na obiekt.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property CellsPerObject As Integer
    Get
    Set
'Użycie
Dim instance As Index
Dim value As Integer

value = instance.CellsPerObject

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

Wartość właściwości

Typ: System.Int32
Double

Uwagi

Tej właściwość nie można modyfikować za pomocą Alter() metoda.Aby zmienić właściwość, indeks musi przebudowany lub utworzony ponownie.