Freigeben über


IEdmPropertyValue-Schnittstelle

Stellt einen Wert einer EDM-Eigenschaft dar.

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

Syntax

'Declaration
Public Interface IEdmPropertyValue _
    Inherits IEdmDelayedValue
'Usage
Dim instance As IEdmPropertyValue
public interface IEdmPropertyValue : IEdmDelayedValue
public interface class IEdmPropertyValue : IEdmDelayedValue
type IEdmPropertyValue =  
    interface
        interface IEdmDelayedValue
    end
public interface IEdmPropertyValue extends IEdmDelayedValue

Der IEdmPropertyValue-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Name Ruft den Namen der Eigenschaft ab, der der Wert zugeordnet ist.
Öffentliche Eigenschaft Value Ruft die in diesem Wert gespeicherten Daten ab. (Geerbt von IEdmDelayedValue.)

Zum Anfang

Siehe auch

Verweis

Microsoft.Data.Edm.Values-Namespace