複合型を持つすべてのプロパティで null が許容されないことを検証します。
名前空間: Microsoft.Data.Edm.Validation
アセンブリ: Microsoft.Data.Edm (Microsoft.Data.Edm.dll)
構文
'宣言
Public Shared ReadOnly StructuralPropertyNullableComplexType As ValidationRule(Of IEdmStructuralProperty)
'使用
Dim value As ValidationRule(Of IEdmStructuralProperty)
value = ValidationRules.StructuralPropertyNullableComplexType
public static readonly ValidationRule<IEdmStructuralProperty> StructuralPropertyNullableComplexType
public:
static initonly ValidationRule<IEdmStructuralProperty^>^ StructuralPropertyNullableComplexType
static val StructuralPropertyNullableComplexType: ValidationRule<IEdmStructuralProperty>
public static final var StructuralPropertyNullableComplexType : ValidationRule<IEdmStructuralProperty>