SqlString.Addition(SqlString, SqlString) Opérateur
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.
Concatène les deux structures spécifiées SqlString .
public:
static System::Data::SqlTypes::SqlString operator +(System::Data::SqlTypes::SqlString x, System::Data::SqlTypes::SqlString y);
public static System.Data.SqlTypes.SqlString operator +(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y);
static member ( + ) : System.Data.SqlTypes.SqlString * System.Data.SqlTypes.SqlString -> System.Data.SqlTypes.SqlString
Public Shared Operator + (x As SqlString, y As SqlString) As SqlString
Paramètres
Retours
Qui SqlString contient la valeur nouvellement concaténée représentant le contenu des deux SqlString paramètres.
Remarques
La méthode équivalente pour cet opérateur est SqlString.Concat(SqlString, SqlString)