Compartir a través de


ScalarValueCondition.ExpectedValue (Propiedad)

Obtiene o establece el valor esperado de la primera columna de la primera fila del ResultSet especificado.

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

Sintaxis

'Declaración
Public Property ExpectedValue As String
    Get
    Set
public string ExpectedValue { get; set; }
public:
property String^ ExpectedValue {
    String^ get ();
    void set (String^ value);
}
member ExpectedValue : string with get, set
function get ExpectedValue () : String
function set ExpectedValue (value : String)

Valor de propiedad

Tipo: System.String

Comentarios

Si establece NullExpected en true, se establece ExpectedValue en nullreferencia null (Nothing en Visual Basic) automáticamente. Si esta propiedad se establece en un valor distinto de null, NullExpected se establece en false.

Seguridad de .NET Framework

Vea también

Referencia

ScalarValueCondition Clase

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