EDM 3.0 이전 버전에서는 지원되지 않는 용어 모음 주석이 사용되는지 확인합니다.
네임스페이스: Microsoft.Data.Edm.Validation
어셈블리: Microsoft.Data.Edm(Microsoft.Data.Edm.dll)
구문
‘선언
Public Shared ReadOnly VocabularyAnnotationsNotSupportedBeforeV3 As ValidationRule(Of IEdmVocabularyAnnotation)
‘사용 방법
Dim value As ValidationRule(Of IEdmVocabularyAnnotation)
value = ValidationRules.VocabularyAnnotationsNotSupportedBeforeV3
public static readonly ValidationRule<IEdmVocabularyAnnotation> VocabularyAnnotationsNotSupportedBeforeV3
public:
static initonly ValidationRule<IEdmVocabularyAnnotation^>^ VocabularyAnnotationsNotSupportedBeforeV3
static val VocabularyAnnotationsNotSupportedBeforeV3: ValidationRule<IEdmVocabularyAnnotation>
public static final var VocabularyAnnotationsNotSupportedBeforeV3 : ValidationRule<IEdmVocabularyAnnotation>