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 SqlDatabaseTestAction that will be executed after each test is run.
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 TestCleanupAction { get; set; }
public:
[BrowsableAttribute(false)]
property SqlDatabaseTestAction^ TestCleanupAction {
SqlDatabaseTestAction^ get();
void set(SqlDatabaseTestAction^ value);
}
[<BrowsableAttribute(false)>]
member TestCleanupAction : SqlDatabaseTestAction with get, set
<BrowsableAttribute(False)>
Public Property TestCleanupAction As SqlDatabaseTestAction
Property Value
Type: Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction
A SqlDatabaseTestAction object.
Remarks
Typically, when the component is initialized, this property is populated with an instance of the SqlDatabaseTestAction class.
See Also
SqlDatabaseTestAction
SqlDatabaseTestClass Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting Namespace
Return to top