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