Freigeben über


IEdmCollectionExpression.DeclaredType-Eigenschaft

Ruft den deklarierten Typ der Auflistung ab, oder NULL, wenn es keinen deklarierten Typ gibt.

Namespace:  Microsoft.Data.Edm.Expressions
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
ReadOnly Property DeclaredType As IEdmTypeReference
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.Data.Edm.IEdmTypeReference

Siehe auch

Verweis

IEdmCollectionExpression Schnittstelle

Microsoft.Data.Edm.Expressions-Namespace