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
)

参数

请参阅

参考

EdmCollectionType 类

Microsoft.Data.Edm.Library 命名空间