Champ ValidationRules.StreamTypeReferencesNotSupportedBeforeV3
Les références au type de flux EDM ne sont pas prises en charge avant la version 3.0.
Espace de noms : Microsoft.Data.Edm.Validation
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly StreamTypeReferencesNotSupportedBeforeV3 As ValidationRule(Of IEdmPrimitiveTypeReference)
'Utilisation
Dim value As ValidationRule(Of IEdmPrimitiveTypeReference)
value = ValidationRules.StreamTypeReferencesNotSupportedBeforeV3
public static readonly ValidationRule<IEdmPrimitiveTypeReference> StreamTypeReferencesNotSupportedBeforeV3
public:
static initonly ValidationRule<IEdmPrimitiveTypeReference^>^ StreamTypeReferencesNotSupportedBeforeV3
static val StreamTypeReferencesNotSupportedBeforeV3: ValidationRule<IEdmPrimitiveTypeReference>
public static final var StreamTypeReferencesNotSupportedBeforeV3 : ValidationRule<IEdmPrimitiveTypeReference>