EdmCollectionType 생성자
EdmCollectionType 클래스의 새 인스턴스를 초기화합니다.
네임스페이스: Microsoft.Data.Edm.Library
어셈블리: Microsoft.Data.Edm(Microsoft.Data.Edm.dll)
구문
‘선언
Public Sub New ( _
elementType As IEdmTypeReference _
)
‘사용 방법
Dim elementType As IEdmTypeReference
Dim instance As New EdmCollectionType(elementType)
public EdmCollectionType(
IEdmTypeReference elementType
)
public:
EdmCollectionType(
IEdmTypeReference^ elementType
)
new :
elementType:IEdmTypeReference -> EdmCollectionType
public function EdmCollectionType(
elementType : IEdmTypeReference
)
매개 변수
- elementType
유형: Microsoft.Data.Edm.IEdmTypeReference
이 컬렉션에 있는 요소의 형식입니다.