Condividi tramite


Proprietà SqlExecutionResult.RowsAffected

 

Ottiene una matrice di Integer che indica il numero di righe interessate da ciascuna istruzione nel test del database.

Spazio dei nomi:   Microsoft.Data.Tools.Schema.Sql.UnitTesting
Assembly:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)

Sintassi

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()

Valore proprietà

Type: System.Int32[]

Note

Queste informazioni vengono acquisite solo per il client SQL Server.

Vedere anche

Classe SqlExecutionResult
Spazio dei nomi Microsoft.Data.Tools.Schema.Sql.UnitTesting

Torna all'inizio