Freigeben über


EdmCollectionExpression.DeclaredType-Eigenschaft

Ruft den deklarierten Typ der Auflistung ab oder legt ihn fest.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.Data.Edm.IEdmTypeReference
Der deklarierte Typ der Auflistung.

Implementiert

IEdmCollectionExpression.DeclaredType

Siehe auch

Verweis

EdmCollectionExpression Klasse

Microsoft.Data.Edm.Library.Expressions-Namespace