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 before the test.
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 PretestAction { get; set; }
public:
[BrowsableAttribute(false)]
property SqlDatabaseTestAction^ PretestAction {
SqlDatabaseTestAction^ get();
void set(SqlDatabaseTestAction^ value);
}
[<BrowsableAttribute(false)>]
member PretestAction : SqlDatabaseTestAction with get, set
<BrowsableAttribute(False)>
Public Property PretestAction As SqlDatabaseTestAction
Property Value
Type: Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction
Returns a SqlDatabaseTestAction.
See Also
SqlDatabaseTestAction
SqlDatabaseTestActions Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting Namespace
Return to top