다음을 통해 공유


EdmDecimalTypeReference.Scale 속성

이 형식의 눈금을 가져옵니다.

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

구문

‘선언
Public ReadOnly Property Scale As Nullable(Of Integer)
    Get
‘사용 방법
Dim instance As EdmDecimalTypeReference
Dim value As Nullable(Of Integer)

value = instance.Scale
public Nullable<int> Scale { get; }
public:
virtual property Nullable<int> Scale {
    Nullable<int> get () sealed;
}
abstract Scale : Nullable<int>
override Scale : Nullable<int>
final function get Scale () : Nullable<int>

속성 값

유형: System.Nullable<Int32>
이 형식의 눈금입니다.

구현

IEdmDecimalTypeReference.Scale

참고 항목

참조

EdmDecimalTypeReference 클래스

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