Partilhar via


Propriedade ScalarValueCondition.RowNumber

Obtém ou define o número da linha que está associado a ResultSet.

Namespace:  Microsoft.Data.Schema.UnitTesting.Conditions
Assembly:  Microsoft.Data.Schema.UnitTesting (em Microsoft.Data.Schema.UnitTesting.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Int32

Segurança do .NET Framework

Consulte também

Referência

ScalarValueCondition Classe

Namespace Microsoft.Data.Schema.UnitTesting.Conditions