ValidationRules.DecimalTypeReferenceScaleOutOfRange 字段

验证标度介于 0 和十进制类型的精度之间。

命名空间:  Microsoft.Data.Edm.Validation
程序集:  Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)

语法

声明
Public Shared ReadOnly DecimalTypeReferenceScaleOutOfRange As ValidationRule(Of IEdmDecimalTypeReference)
用法
Dim value As ValidationRule(Of IEdmDecimalTypeReference)

value = ValidationRules.DecimalTypeReferenceScaleOutOfRange
public static readonly ValidationRule<IEdmDecimalTypeReference> DecimalTypeReferenceScaleOutOfRange
public:
static initonly ValidationRule<IEdmDecimalTypeReference^>^ DecimalTypeReferenceScaleOutOfRange
static val DecimalTypeReferenceScaleOutOfRange: ValidationRule<IEdmDecimalTypeReference>
public static final var DecimalTypeReferenceScaleOutOfRange : ValidationRule<IEdmDecimalTypeReference>

请参阅

参考

ValidationRules 类

Microsoft.Data.Edm.Validation 命名空间