다음을 통해 공유


EdmCoreModel.GetDecimal 메서드 (Nullable<Int32>, Nullable<Int32>, Boolean)

10진수 형식에 대한 참조를 가져옵니다.

네임스페이스:  Microsoft.Data.Edm.Library
어셈블리:  Microsoft.Data.Edm(Microsoft.Data.Edm.dll)

구문

‘선언
Public Function GetDecimal ( _
    precision As Nullable(Of Integer), _
    scale As Nullable(Of Integer), _
    isNullable As Boolean _
) As IEdmDecimalTypeReference
‘사용 방법
Dim instance As EdmCoreModel
Dim precision As Nullable(Of Integer)
Dim scale As Nullable(Of Integer)
Dim isNullable As Boolean
Dim returnValue As IEdmDecimalTypeReference

returnValue = instance.GetDecimal(precision, _
    scale, isNullable)
public IEdmDecimalTypeReference GetDecimal(
    Nullable<int> precision,
    Nullable<int> scale,
    bool isNullable
)
public:
IEdmDecimalTypeReference^ GetDecimal(
    Nullable<int> precision, 
    Nullable<int> scale, 
    bool isNullable
)
member GetDecimal : 
        precision:Nullable<int> * 
        scale:Nullable<int> * 
        isNullable:bool -> IEdmDecimalTypeReference 
public function GetDecimal(
    precision : Nullable<int>, 
    scale : Nullable<int>, 
    isNullable : boolean
) : IEdmDecimalTypeReference

매개 변수

  • isNullable
    유형: System.Boolean
    참조되는 형식이 Null을 허용해야 함을 나타내려면 true이고, 그렇지 않으면 false입니다.

반환 값

유형: Microsoft.Data.Edm.IEdmDecimalTypeReference
10진수 형식 참조입니다.

참고 항목

참조

EdmCoreModel 클래스

GetDecimal 오버로드

Microsoft.Data.Edm.Library 네임스페이스