SqlDatabaseTestActions.TestAction Property
Gets or sets the Transact-SQL statement(s) and test conditions that are executed during 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 TestAction { get; set; }
public:
[BrowsableAttribute(false)]
property SqlDatabaseTestAction^ TestAction {
SqlDatabaseTestAction^ get();
void set(SqlDatabaseTestAction^ value);
}
[<BrowsableAttribute(false)>]
member TestAction : SqlDatabaseTestAction with get, set
<BrowsableAttribute(False)>
Public Property TestAction 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