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 der Wert einer Eigenschaftswertbindung vom richtigen Typ ist.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared ReadOnly PropertyValueBindingValueIsCorrectType As ValidationRule(Of IEdmPropertyValueBinding)
'Usage
Dim value As ValidationRule(Of IEdmPropertyValueBinding)
value = ValidationRules.PropertyValueBindingValueIsCorrectType
public static readonly ValidationRule<IEdmPropertyValueBinding> PropertyValueBindingValueIsCorrectType
public:
static initonly ValidationRule<IEdmPropertyValueBinding^>^ PropertyValueBindingValueIsCorrectType
static val PropertyValueBindingValueIsCorrectType: ValidationRule<IEdmPropertyValueBinding>
public static final var PropertyValueBindingValueIsCorrectType : ValidationRule<IEdmPropertyValueBinding>