Partager via


SqlFunctions.Difference(String, String) Méthode

Définition

Retourne une valeur entière qui indique la différence entre les valeurs SOUNDEX de deux expressions de caractères.

[System.Data.Entity.DbFunction("SqlServer", "DIFFERENCE")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="string2")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1720:IdentifiersShouldNotContainTypeNames", MessageId="string")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="string1")]
public static Nullable<int> Difference (string string1, string string2);
static member Difference : string * string -> Nullable<int>
Public Shared Function Difference (string1 As String, string2 As String) As Nullable(Of Integer)

Paramètres

string1
String

Première chaîne.

string2
String

Seconde chaîne.

Retours

Différence SOUNDEX entre les deux chaînes.

Attributs

S’applique à