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)
屬性值
備註
如果您將 NullExpected 設為 true,則ExpectedValue 會自動設為 nullNull 參照 (即 Visual Basic 中的 Nothing)。 如果這個屬性設為非 null 的值,NullExpected會設為 false。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。