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>
)
參數
- definition
型別:Microsoft.Data.Edm.IEdmPrimitiveType
此參考所參考的型別。
- isNullable
型別:System.Boolean
表示型別是否可為 Null。
- precision
型別:System.Nullable<Int32>
具有此型別之值的精確度。