Champ ValidationRules.ValueTermsNotSupportedBeforeV3
Les termes de valeur ne sont pas pris en charge avant EDM 3.0.
Espace de noms : Microsoft.Data.Edm.Validation
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly ValueTermsNotSupportedBeforeV3 As ValidationRule(Of IEdmValueTerm)
'Utilisation
Dim value As ValidationRule(Of IEdmValueTerm)
value = ValidationRules.ValueTermsNotSupportedBeforeV3
public static readonly ValidationRule<IEdmValueTerm> ValueTermsNotSupportedBeforeV3
public:
static initonly ValidationRule<IEdmValueTerm^>^ ValueTermsNotSupportedBeforeV3
static val ValueTermsNotSupportedBeforeV3: ValidationRule<IEdmValueTerm>
public static final var ValueTermsNotSupportedBeforeV3 : ValidationRule<IEdmValueTerm>