取得十進位型別的參考。
命名空間: 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
true 表示參考的型別應該是可為 Null,否則為 false。
傳回值
型別:Microsoft.Data.Edm.IEdmDecimalTypeReference
十進位型別參考。