コレクション型への参照を取得します。
名前空間: Microsoft.Data.Edm.Library
アセンブリ: Microsoft.Data.Edm (Microsoft.Data.Edm.dll)
構文
'宣言
Public Shared Function GetCollection ( _
elementType As IEdmTypeReference _
) As IEdmCollectionTypeReference
'使用
Dim elementType As IEdmTypeReference
Dim returnValue As IEdmCollectionTypeReference
returnValue = EdmCoreModel.GetCollection(elementType)
public static IEdmCollectionTypeReference GetCollection(
IEdmTypeReference elementType
)
public:
static IEdmCollectionTypeReference^ GetCollection(
IEdmTypeReference^ elementType
)
static member GetCollection :
elementType:IEdmTypeReference -> IEdmCollectionTypeReference
public static function GetCollection(
elementType : IEdmTypeReference
) : IEdmCollectionTypeReference
パラメーター
- elementType
型: Microsoft.Data.Edm.IEdmTypeReference
要素の型を指定します。
戻り値
型: Microsoft.Data.Edm.IEdmCollectionTypeReference
コレクション型参照。