Compartir a través de


ScalarValueCondition.RowNumber (Propiedad)

Obtiene o establece el número de fila asociado con la propiedad ResultSet.

Espacio de nombres:  Microsoft.Data.Schema.UnitTesting.Conditions
Ensamblado:  Microsoft.Data.Schema.UnitTesting (en Microsoft.Data.Schema.UnitTesting.dll)

Sintaxis

'Declaración
Public Property RowNumber As Integer
    Get
    Set
public int RowNumber { get; set; }
public:
property int RowNumber {
    int get ();
    void set (int value);
}
member RowNumber : int with get, set
function get RowNumber () : int
function set RowNumber (value : int)

Valor de propiedad

Tipo: System.Int32

Seguridad de .NET Framework

Vea también

Referencia

ScalarValueCondition Clase

Microsoft.Data.Schema.UnitTesting.Conditions (Espacio de nombres)