SqlDecimal.Addition(SqlDecimal, SqlDecimal) 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.
Calcule la somme des deux SqlDecimal opérateurs.
public:
static System::Data::SqlTypes::SqlDecimal operator +(System::Data::SqlTypes::SqlDecimal x, System::Data::SqlTypes::SqlDecimal y);
public static System.Data.SqlTypes.SqlDecimal operator +(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y);
static member ( + ) : System.Data.SqlTypes.SqlDecimal * System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlDecimal
Public Shared Operator + (x As SqlDecimal, y As SqlDecimal) As SqlDecimal
Paramètres
Structure SqlDecimal.
Structure SqlDecimal.
Retours
Nouvelle SqlDecimal structure dont Value la propriété contient la somme.
Remarques
La méthode équivalente pour cet opérateur est SqlDecimal.Add(SqlDecimal, SqlDecimal).