次の方法で共有


ValidationRules.DecimalTypeReferenceScaleOutOfRange フィールド

小数部桁数が 0 よりも大きく、10 進数型の有効桁数の範囲内であることを検証します。

名前空間:  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 名前空間