ValidationRules.StreamTypeReferencesNotSupportedBeforeV3 字段

3.0 之前的版本不支持对 EDM 流类型的引用。

命名空间:  Microsoft.Data.Edm.Validation
程序集:  Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)

语法

声明
Public Shared ReadOnly StreamTypeReferencesNotSupportedBeforeV3 As ValidationRule(Of IEdmPrimitiveTypeReference)
用法
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>

请参阅

参考

ValidationRules 类

Microsoft.Data.Edm.Validation 命名空间