Share via


ExpectedSchemaCondition.Schema Property

 

Gets or sets the expected schema.

Namespace:   Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Assembly:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)

Syntax

[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

Property Value

Type: System.Data.DataSet

The expected schema.

See Also

ExpectedSchemaCondition Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions Namespace

Return to top