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
このコレクション内の要素の型。