IEdmCollectionType.ElementType 속성
이 컬렉션의 요소 형식을 가져옵니다.
네임스페이스: Microsoft.Data.Edm
어셈블리: Microsoft.Data.Edm(Microsoft.Data.Edm.dll)
구문
‘선언
ReadOnly Property ElementType As IEdmTypeReference
Get
‘사용 방법
Dim instance As IEdmCollectionType
Dim value As IEdmTypeReference
value = instance.ElementType
IEdmTypeReference ElementType { get; }
property IEdmTypeReference^ ElementType {
IEdmTypeReference^ get ();
}
abstract ElementType : IEdmTypeReference
function get ElementType () : IEdmTypeReference
속성 값
유형: Microsoft.Data.Edm.IEdmTypeReference
이 컬렉션의 요소 형식입니다.