ExpectedSchemaCondition.Schema Propriedade
Obtém ou define o esquema esperado.
Namespace: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Assembly: Microsoft.Data.Tools.Schema.Sql.UnitTesting (em Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Sintaxe
[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
Valor de propriedade
Type: System.Data.DataSet
O esquema esperado.
Consulte também
Classe ExpectedSchemaCondition
Namespace Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Retornar ao topo