ExpandSegmentCollection Constructors

Definition

Creates a collection of expand segments for a query.

Overloads

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 ()

Applies to

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)

Parameters

capacity
Int32

The number of expand segments that the new collection can initially store.

Applies to