IEdmPropertyValue 介面
表示 EDM 屬性的值。
命名空間: Microsoft.Data.Edm.Values
組件: Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)
語法
'宣告
Public Interface IEdmPropertyValue _
Inherits IEdmDelayedValue
'用途
Dim instance As IEdmPropertyValue
public interface IEdmPropertyValue : IEdmDelayedValue
public interface class IEdmPropertyValue : IEdmDelayedValue
type IEdmPropertyValue =
interface
interface IEdmDelayedValue
end
public interface IEdmPropertyValue extends IEdmDelayedValue
IEdmPropertyValue 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Name | 取得與此值相關聯之屬性的名稱。 | |
Value | 取得此值中儲存的資料。 (繼承自 IEdmDelayedValue。) |
上層