Partager via


Propriété SqlExecutionResult.RowsAffected

 

Obtient un tableau d'entiers qui indique le nombre de lignes affectées par chaque instruction du test qui affecte la base de données.

Espace de noms:   Microsoft.Data.Tools.Schema.Sql.UnitTesting
Assembly:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (dans Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)

Syntaxe

public int[] RowsAffected { get; set; }
public:
property array<int>^ RowsAffected {
    array<int>^ get();
    void set(array<int>^ value);
}
member RowsAffected : int[] with get, set
Public Property RowsAffected As Integer()

Valeur de propriété

Type: System.Int32[]

Notes

Ces informations sont capturées uniquement pour le client SQL Server.

Voir aussi

SqlExecutionResult, classe
Microsoft.Data.Tools.Schema.Sql.UnitTesting, espace de noms

Retour au début