次の方法で共有


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 名前空間