SqlDatabaseTestClass.TestInitializeAction Property

 

Gets or sets the SqlDatabaseTestAction that is executed before each test is executed.

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 TestInitializeAction { get; set; }
public:
[BrowsableAttribute(false)]
property SqlDatabaseTestAction^ TestInitializeAction {
    SqlDatabaseTestAction^ get();
    void set(SqlDatabaseTestAction^ value);
}
[<BrowsableAttribute(false)>]
member TestInitializeAction : SqlDatabaseTestAction with get, set
<BrowsableAttribute(False)>
Public Property TestInitializeAction As SqlDatabaseTestAction

Property Value

Type: Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction

Returns a SqlDatabaseTestAction.

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