Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the Transact-SQL statement(s) and test conditions that are executed after test execution.
Namespace: Microsoft.Data.Tools.Schema.Sql.UnitTesting
Assembly: Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Syntax
[BrowsableAttribute(false)]
public SqlDatabaseTestAction PosttestAction { get; set; }
public:
[BrowsableAttribute(false)]
property SqlDatabaseTestAction^ PosttestAction {
SqlDatabaseTestAction^ get();
void set(SqlDatabaseTestAction^ value);
}
[<BrowsableAttribute(false)>]
member PosttestAction : SqlDatabaseTestAction with get, set
<BrowsableAttribute(False)>
Public Property PosttestAction As SqlDatabaseTestAction
Property Value
Type: Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction
A SqlDatabaseTestAction object.
See Also
SqlDatabaseTestAction
SqlDatabaseTestActions Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting Namespace
Return to top