共用方式為


IEdmIntegerValue 介面

表示 EDM 整數值。

命名空間:  Microsoft.Data.Edm.Values
組件:  Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)

語法

'宣告
Public Interface IEdmIntegerValue _
    Inherits IEdmPrimitiveValue, IEdmValue, IEdmElement
'用途
Dim instance As IEdmIntegerValue
public interface IEdmIntegerValue : IEdmPrimitiveValue, 
    IEdmValue, IEdmElement
public interface class IEdmIntegerValue : IEdmPrimitiveValue, 
    IEdmValue, IEdmElement
type IEdmIntegerValue =  
    interface
        interface IEdmPrimitiveValue
        interface IEdmValue
        interface IEdmElement
    end
public interface IEdmIntegerValue extends IEdmPrimitiveValue, IEdmValue, IEdmElement

IEdmIntegerValue 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Type 取得此值的型別。 (繼承自 IEdmValue。)
公用屬性 Value 取得此整數值的定義。
公用屬性 ValueKind 取得此值的類型。 (繼承自 IEdmValue。)

上層

擴充 方法

  名稱 說明
公用擴充方法 Errors 取得屬於此元素或此元素所包含之元素的錯誤 (如果有的話)。例如,結構化型別的錯誤包括型別本身的錯誤及其宣告屬性的錯誤。該方法不會分析此元素所參考的元素。例如,屬性的錯誤不包括其型別中的錯誤。 (由 ValidationExtensionMethods 定義。)
公用擴充方法 GetIsSerializedAsElement 取得指示是否應將該值序列化為元素的註釋。 (由 SerializationExtensionMethods 定義。)
公用擴充方法 IsBad 指出這個元素是否包含 Errors(IEdmElement) 方法傳回的錯誤。 (由 ValidationExtensionMethods 定義。)
公用擴充方法 Location 取得指定之項目的位置。 (由 ExtensionMethods 定義。)
公用擴充方法 SetIsSerializedAsElement 設定指示是否應將該值序列化為元素的註釋。 (由 SerializationExtensionMethods 定義。)

上層

請參閱

參考

Microsoft.Data.Edm.Values 命名空間