ExpandSegmentCollection Konstruktorer

Definition

Skapar en samling expanderande segment för en fråga.

Överlagringar

Name Description
ExpandSegmentCollection()

Skapar en samling expanderande segment för en fråga.

ExpandSegmentCollection(Int32)

Initierar en ny samling expanderande segment som är tomma och som har den angivna initiala kapaciteten.

ExpandSegmentCollection()

Skapar en samling expanderande segment för en fråga.

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

Gäller för

ExpandSegmentCollection(Int32)

Initierar en ny samling expanderande segment som är tomma och som har den angivna initiala kapaciteten.

public:
 ExpandSegmentCollection(int capacity);
public ExpandSegmentCollection(int capacity);
new System.Data.Services.ExpandSegmentCollection : int -> System.Data.Services.ExpandSegmentCollection
Public Sub New (capacity As Integer)

Parametrar

capacity
Int32

Antalet expanderande segment som den nya samlingen kan lagra från början.

Gäller för