初始化 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
此集合中元素的类型。