Proprietà RowCountCondition.RowCount
Ottiene o imposta il numero di righe in ResultSet.
Spazio dei nomi: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Assembly: Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Sintassi
public int RowCount { get; set; }
public:
property int RowCount {
int get();
void set(int value);
}
member RowCount : int with get, set
Public Property RowCount As Integer
Valore proprietà
Type: System.Int32
Vedere anche
Classe RowCountCondition
Spazio dei nomi Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Torna all'inizio