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.Tools.Schema.Sql.UnitTesting.Conditions
Ensamblado: Microsoft.Data.Tools.Schema.Sql.UnitTesting (en Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Sintaxis
public string ExpectedValue { get; set; }
public:
property String^ ExpectedValue {
String^ get();
void set(String^ value);
}
member ExpectedValue : string with get, set
Public Property ExpectedValue As String
Valor de propiedad
Type: System.String
Comentarios
Si establece NullExpected en true, ExpectedValue se establece automáticamente en null.Si esta propiedad se establece en un valor distinto de NULL, NullExpected se establece en false.
Vea también
ScalarValueCondition (Clase)
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions (Espacio de nombres)
Volver al principio