Condividi tramite


Proprietà ScalarValueCondition.ExpectedValue

Ottiene o imposta il valore previsto della prima colonna della prima riga della classe ResultSet specificata.

Spazio dei nomi:  Microsoft.Data.Schema.UnitTesting.Conditions
Assembly:  Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String

Note

Se si imposta NullExpected su true, ExpectedValue viene impostato automaticamente su nullriferimento null (Nothing in Visual Basic). Se questa proprietà viene impostata su un valore diverso da null, NullExpected viene impostato su false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ScalarValueCondition Classe

Spazio dei nomi Microsoft.Data.Schema.UnitTesting.Conditions