ExpandSegmentCollection コンストラクター

定義

クエリの展開セグメントのコレクションを作成します。

オーバーロード

名前 説明
ExpandSegmentCollection()

クエリの展開セグメントのコレクションを作成します。

ExpandSegmentCollection(Int32)

空で、指定された初期容量を持つ展開セグメントの新しいコレクションを初期化します。

ExpandSegmentCollection()

クエリの展開セグメントのコレクションを作成します。

public:
 ExpandSegmentCollection();
public ExpandSegmentCollection();
Public Sub New ()

適用対象

ExpandSegmentCollection(Int32)

空で、指定された初期容量を持つ展開セグメントの新しいコレクションを初期化します。

public:
 ExpandSegmentCollection(int capacity);
public ExpandSegmentCollection(int capacity);
new System.Data.Services.ExpandSegmentCollection : int -> System.Data.Services.ExpandSegmentCollection
Public Sub New (capacity As Integer)

パラメーター

capacity
Int32

新しいコレクションが最初に格納できる展開セグメントの数。

適用対象