Dela via


ExpectedSchemaCondition.ConfigureExpectedDataSet Method (DataSet)

 

Called with a data set that has 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

public override void ConfigureExpectedDataSet(
    DataSet ds
)
public:
virtual void ConfigureExpectedDataSet(
    DataSet^ ds
) override
override ConfigureExpectedDataSet : 
        ds:DataSet -> unit
Public Overrides Sub ConfigureExpectedDataSet (
    ds As DataSet
)

Parameters

See Also

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

Return to top