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