次の方法で共有


EdmTemporalTypeReference コンストラクター (IEdmPrimitiveType, Boolean, Nullable<Int32>)

EdmTemporalTypeReference クラスの新しいインスタンスを作成します。

名前空間:  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) _
)
'使用
Dim definition As IEdmPrimitiveType
Dim isNullable As Boolean
Dim precision As Nullable(Of Integer)

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

パラメーター

  • isNullable
    型: System.Boolean
    型で null が許容されるかどうかを示します。

関連項目

参照

EdmTemporalTypeReference クラス

EdmTemporalTypeReference オーバーロード

Microsoft.Data.Edm.Library 名前空間