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