IEdmTemporalTypeReference.Precision 속성
이 임시 형식의 정밀도를 가져옵니다.
네임스페이스: Microsoft.Data.Edm
어셈블리: Microsoft.Data.Edm(Microsoft.Data.Edm.dll)
구문
‘선언
ReadOnly Property Precision As Nullable(Of Integer)
Get
‘사용 방법
Dim instance As IEdmTemporalTypeReference
Dim value As Nullable(Of Integer)
value = instance.Precision
Nullable<int> Precision { get; }
property Nullable<int> Precision {
Nullable<int> get ();
}
abstract Precision : Nullable<int>
function get Precision () : Nullable<int>
속성 값
유형: System.Nullable<Int32>
이 임시 형식의 정밀도입니다.