Share via


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

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

適用対象