共用方式為


EdmDecimalTypeReference 建構函式 (IEdmPrimitiveType, Boolean)

建立 EdmDecimalTypeReference 類別的新執行個體。

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

語法

'宣告
Public Sub New ( _
    definition As IEdmPrimitiveType, _
    isNullable As Boolean _
)
'用途
Dim definition As IEdmPrimitiveType
Dim isNullable As Boolean

Dim instance As New EdmDecimalTypeReference(definition, _
    isNullable)
public EdmDecimalTypeReference(
    IEdmPrimitiveType definition,
    bool isNullable
)
public:
EdmDecimalTypeReference(
    IEdmPrimitiveType^ definition, 
    bool isNullable
)
new : 
        definition:IEdmPrimitiveType * 
        isNullable:bool -> EdmDecimalTypeReference
public function EdmDecimalTypeReference(
    definition : IEdmPrimitiveType, 
    isNullable : boolean
)

參數

請參閱

參考

EdmDecimalTypeReference 類別

EdmDecimalTypeReference 多載

Microsoft.Data.Edm.Library 命名空間