ExpandSegmentCollection 构造函数

定义

为查询创建扩展段的集合。Creates a collection of expand segments for a query.

重载

ExpandSegmentCollection()

为查询创建扩展段的集合。Creates a collection of expand segments for a query.

ExpandSegmentCollection(Int32)

初始化一个新的扩展段集合,该集合为空并具有指定的初始容量。Initializes a new collection of expand segments that is empty and has the specified initial capacity.

ExpandSegmentCollection()

为查询创建扩展段的集合。Creates a collection of expand segments for a query.

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

适用于

ExpandSegmentCollection(Int32)

初始化一个新的扩展段集合,该集合为空并具有指定的初始容量。Initializes a new collection of expand segments that is empty and has the specified initial capacity.

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

新集合最初可以存储的扩展段数。The number of expand segments that the new collection can initially store.

适用于