ExpectedSchemaCondition.Schema 属性
获取或设置预期架构。
命名空间: 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 命名空间
返回页首