다음을 통해 공유


ExpandSegmentCollection 생성자 (Int32)

비어 있는 상태에서 지정된 초기 용량을 가지는 새 확장 세그먼트 컬렉션을 초기화합니다.

네임스페이스:  System.Data.Services
어셈블리:  Microsoft.Data.Services(Microsoft.Data.Services.dll)

구문

‘선언
Public Sub New ( _
    capacity As Integer _
)
‘사용 방법
Dim capacity As Integer

Dim instance As New ExpandSegmentCollection(capacity)
public ExpandSegmentCollection(
    int capacity
)
public:
ExpandSegmentCollection(
    int capacity
)
new : 
        capacity:int -> ExpandSegmentCollection
public function ExpandSegmentCollection(
    capacity : int
)

매개 변수

  • capacity
    유형: System.Int32
    새 컬렉션에 처음 저장할 수 있는 확장 세그먼트의 수입니다.

참고 항목

참조

ExpandSegmentCollection 클래스

ExpandSegmentCollection 오버로드

System.Data.Services 네임스페이스