共用方式為


ValidationRules.DecimalTypeReferencePrecisionOutOfRange 欄位

驗證有效位數是介於 0 和十進位型別的最大有效位數之間。

命名空間:  Microsoft.Data.Edm.Validation
組件:  Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)

語法

'宣告
Public Shared ReadOnly DecimalTypeReferencePrecisionOutOfRange As ValidationRule(Of IEdmDecimalTypeReference)
'用途
Dim value As ValidationRule(Of IEdmDecimalTypeReference)

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

請參閱

參考

ValidationRules 類別

Microsoft.Data.Edm.Validation 命名空間