次の方法で共有


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
    型で null が許容されるかどうかを示します。

関連項目

参照

EdmDecimalTypeReference クラス

EdmDecimalTypeReference オーバーロード

Microsoft.Data.Edm.Library 名前空間