Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Validiert, dass die Funktionen nicht vor Version 2.0 unterstützt werden.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared ReadOnly FunctionsNotSupportedBeforeV2 As ValidationRule(Of IEdmFunction)
'Usage
Dim value As ValidationRule(Of IEdmFunction)
value = ValidationRules.FunctionsNotSupportedBeforeV2
public static readonly ValidationRule<IEdmFunction> FunctionsNotSupportedBeforeV2
public:
static initonly ValidationRule<IEdmFunction^>^ FunctionsNotSupportedBeforeV2
static val FunctionsNotSupportedBeforeV2: ValidationRule<IEdmFunction>
public static final var FunctionsNotSupportedBeforeV2 : ValidationRule<IEdmFunction>