컬렉션 형식에 대한 참조를 가져옵니다.
네임스페이스: 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
컬렉션 형식 참조입니다.