ExpandSegmentCollection 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立查詢的展開區段集合。
多載
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
新集合一開始可以儲存的展開區段個數。