共用方式為


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 命名空間