共用方式為


ScalarValueCondition.ExpectedValue 屬性

在指定的 ResultSet 中,取得或設定第一個資料列的第一個資料行預期值。

命名空間:  Microsoft.Data.Schema.UnitTesting.Conditions
組件:  Microsoft.Data.Schema.UnitTesting (在 Microsoft.Data.Schema.UnitTesting.dll 中)

語法

'宣告
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)

屬性值

型別:System.String

備註

如果您將 NullExpected 設為 true,則ExpectedValue 會自動設為 nullNull 參照 (即 Visual Basic 中的 Nothing)。 如果這個屬性設為非 null 的值,NullExpected會設為 false。

.NET Framework 安全性

請參閱

參考

ScalarValueCondition 類別

Microsoft.Data.Schema.UnitTesting.Conditions 命名空間