ExpandSegmentCollection 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為查詢建立一組展開段。
多載
| 名稱 | Description |
|---|---|
| ExpandSegmentCollection() |
為查詢建立一組展開段。 |
| ExpandSegmentCollection(Int32) |
初始化一組新的 expand segments,該集合為空且初始容量符合指定。 |
ExpandSegmentCollection()
為查詢建立一組展開段。
public:
ExpandSegmentCollection();
public ExpandSegmentCollection();
Public Sub New ()
適用於
ExpandSegmentCollection(Int32)
初始化一組新的 expand segments,該集合為空且初始容量符合指定。
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
新增集合可初始儲存的區段數量增加。