10진수 형식에 대한 참조를 가져옵니다.
네임스페이스: Microsoft.Data.Edm.Library
어셈블리: Microsoft.Data.Edm(Microsoft.Data.Edm.dll)
구문
‘선언
Public Function GetDecimal ( _
isNullable As Boolean _
) As IEdmDecimalTypeReference
‘사용 방법
Dim instance As EdmCoreModel
Dim isNullable As Boolean
Dim returnValue As IEdmDecimalTypeReference
returnValue = instance.GetDecimal(isNullable)
public IEdmDecimalTypeReference GetDecimal(
bool isNullable
)
public:
IEdmDecimalTypeReference^ GetDecimal(
bool isNullable
)
member GetDecimal :
isNullable:bool -> IEdmDecimalTypeReference
public function GetDecimal(
isNullable : boolean
) : IEdmDecimalTypeReference
매개 변수
- isNullable
유형: System.Boolean
참조되는 형식이 Null을 허용해야 함을 나타내려면 true이고, 그렇지 않으면 false입니다.
반환 값
유형: Microsoft.Data.Edm.IEdmDecimalTypeReference
10진수 형식 참조입니다.