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