ScalarValueCondition.RowNumber (Propiedad)
Obtiene o establece el número de fila asociado a la propiedad ResultSet.
Espacio de nombres: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Ensamblado: Microsoft.Data.Tools.Schema.Sql.UnitTesting (en Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Sintaxis
public int RowNumber { get; set; }
public:
property int RowNumber {
int get();
void set(int value);
}
member RowNumber : int with get, set
Public Property RowNumber As Integer
Valor de propiedad
Type: System.Int32
Vea también
ScalarValueCondition (Clase)
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions (Espacio de nombres)
Volver al principio