다음을 통해 공유


EdmCoreModel.GetCollection 메서드

컬렉션 형식에 대한 참조를 가져옵니다.

네임스페이스:  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

매개 변수

반환 값

유형: Microsoft.Data.Edm.IEdmCollectionTypeReference
컬렉션 형식 참조입니다.

참고 항목

참조

EdmCoreModel 클래스

Microsoft.Data.Edm.Library 네임스페이스