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
'Declaration
<BrowsableAttribute(False)> _
Public Property TestAction As SqlDatabaseTestAction
Get
Set
'Usage
Dim instance As SqlDatabaseTestActions
Dim value As SqlDatabaseTestAction
value = instance.TestAction
instance.TestAction = value
[BrowsableAttribute(false)]
public SqlDatabaseTestAction TestAction { get; set; }
[BrowsableAttribute(false)]
public:
property SqlDatabaseTestAction^ TestAction {
SqlDatabaseTestAction^ get ();
void set (SqlDatabaseTestAction^ value);
}
[<BrowsableAttribute(false)>]
member TestAction : SqlDatabaseTestAction with get, set
function get TestAction () : SqlDatabaseTestAction
function set TestAction (value : SqlDatabaseTestAction)
Property Value
Type: Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction
Returns a SqlDatabaseTestAction.