次の方法で共有


CellsPerObject プロパティ

テセレーションでオブジェクトごとにカウントできるセルの最大数を定義します。

名前空間:  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

説明

このプロパティは、Alter()()()() メソッドを使用して変更することはできません。このプロパティを変更するには、インデックスの再構築または再作成が必要です。