Partager via


ExecutionResult.RowsAffected, propriété

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.Schema.UnitTesting
Assembly :  Microsoft.Data.Schema.UnitTesting (dans Microsoft.Data.Schema.UnitTesting.dll)

Syntaxe

'Déclaration
Public Property RowsAffected As Integer()
    Get
    Set
public int[] RowsAffected { get; set; }
public:
property array<int>^ RowsAffected {
    array<int>^ get ();
    void set (array<int>^ value);
}
member RowsAffected : int[] with get, set
function get RowsAffected () : int[]
function set RowsAffected (value : int[])

Valeur de propriété

Type : array<System.Int32[]

Notes

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

Sécurité .NET Framework

Voir aussi

Référence

ExecutionResult Classe

Microsoft.Data.Schema.UnitTesting, espace de noms