IEdmCollectionExpression.DeclaredType 속성
컬렉션의 선언된 형식을 가져오거나 선언된 형식이 없는 경우 null입니다.
네임스페이스: Microsoft.Data.Edm.Expressions
어셈블리: Microsoft.Data.Edm(Microsoft.Data.Edm.dll)
구문
‘선언
ReadOnly Property DeclaredType As IEdmTypeReference
Get
‘사용 방법
Dim instance As IEdmCollectionExpression
Dim value As IEdmTypeReference
value = instance.DeclaredType
IEdmTypeReference DeclaredType { get; }
property IEdmTypeReference^ DeclaredType {
IEdmTypeReference^ get ();
}
abstract DeclaredType : IEdmTypeReference
function get DeclaredType () : IEdmTypeReference
속성 값
유형: Microsoft.Data.Edm.IEdmTypeReference