要素の名前空間が空または空白でないことを検証します。
名前空間: Microsoft.Data.Edm.Validation
アセンブリ: Microsoft.Data.Edm (Microsoft.Data.Edm.dll)
構文
'宣言
Public Shared ReadOnly SchemaElementNamespaceMustNotBeEmptyOrWhiteSpace As ValidationRule(Of IEdmSchemaElement)
'使用
Dim value As ValidationRule(Of IEdmSchemaElement)
value = ValidationRules.SchemaElementNamespaceMustNotBeEmptyOrWhiteSpace
public static readonly ValidationRule<IEdmSchemaElement> SchemaElementNamespaceMustNotBeEmptyOrWhiteSpace
public:
static initonly ValidationRule<IEdmSchemaElement^>^ SchemaElementNamespaceMustNotBeEmptyOrWhiteSpace
static val SchemaElementNamespaceMustNotBeEmptyOrWhiteSpace: ValidationRule<IEdmSchemaElement>
public static final var SchemaElementNamespaceMustNotBeEmptyOrWhiteSpace : ValidationRule<IEdmSchemaElement>