RelationalStrings.DeleteDataOperationValuesCountMismatch Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Le nombre de valeurs de clé ({valuesCount}) ne correspond pas au nombre de colonnes clés ({columnsCount}) pour l’opération de suppression de données sur « {table} ». Fournissez le même nombre de valeurs de clé et de colonnes clés.
public static string DeleteDataOperationValuesCountMismatch(object valuesCount, object columnsCount, object table);
public static string DeleteDataOperationValuesCountMismatch(object? valuesCount, object? columnsCount, object? table);
static member DeleteDataOperationValuesCountMismatch : obj * obj * obj -> string
Public Shared Function DeleteDataOperationValuesCountMismatch (valuesCount As Object, columnsCount As Object, table As Object) As String
Paramètres
- valuesCount
- Object
- columnsCount
- Object
- table
- Object