EdmDecimalTypeReference 构造函数 (IEdmPrimitiveType, Boolean, Nullable<Int32>, Nullable<Int32>)

创建 EdmDecimalTypeReference 类的新实例。

命名空间:  Microsoft.Data.Edm.Library
程序集:  Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)

语法

声明
Public Sub New ( _
    definition As IEdmPrimitiveType, _
    isNullable As Boolean, _
    precision As Nullable(Of Integer), _
    scale As Nullable(Of Integer) _
)
用法
Dim definition As IEdmPrimitiveType
Dim isNullable As Boolean
Dim precision As Nullable(Of Integer)
Dim scale As Nullable(Of Integer)

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

参数

  • isNullable
    类型:System.Boolean
    表示该类型是否可为空。

请参阅

参考

EdmDecimalTypeReference 类

EdmDecimalTypeReference 重载

Microsoft.Data.Edm.Library 命名空间