ExpandSegmentCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.