Condividi tramite


Campo ValidationRules.DecimalTypeReferencePrecisionOutOfRange

Verifica che la precisione si trovi tra 0 e la precisione massima del tipo decimale.

Spazio dei nomi  Microsoft.Data.Edm.Validation
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly DecimalTypeReferencePrecisionOutOfRange As ValidationRule(Of IEdmDecimalTypeReference)
'Utilizzo
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>

Vedere anche

Riferimento

ValidationRules Classe

Spazio dei nomi Microsoft.Data.Edm.Validation