取得或設定預期的結構描述。
命名空間: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
組件: Microsoft.Data.Tools.Schema.Sql.UnitTesting (在 Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll 中)
語法
[BrowsableAttribute(false)]
public DataSet Schema { get; set; }
public:
[BrowsableAttribute(false)]
property DataSet^ Schema {
DataSet^ get();
void set(DataSet^ value);
}
[<BrowsableAttribute(false)>]
member Schema : DataSet with get, set
<BrowsableAttribute(False)>
Public Property Schema As DataSet
屬性值
Type: System.Data.DataSet
預期的結構描述。
請參閱
ExpectedSchemaCondition 類別
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions 命名空間
回到頁首