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 DatabaseTestAction that will be executed after each test is run.
Namespace: Microsoft.Data.Schema.UnitTesting
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property TestCleanupAction As DatabaseTestAction
[BrowsableAttribute(false)]
public DatabaseTestAction TestCleanupAction { get; set; }
[BrowsableAttribute(false)]
public:
property DatabaseTestAction^ TestCleanupAction {
DatabaseTestAction^ get ();
void set (DatabaseTestAction^ value);
}
[<BrowsableAttribute(false)>]
member TestCleanupAction : DatabaseTestAction with get, set
function get TestCleanupAction () : DatabaseTestAction
function set TestCleanupAction (value : DatabaseTestAction)
Property Value
Type: Microsoft.Data.Schema.UnitTesting.DatabaseTestAction
A DatabaseTestAction object.
Remarks
Typically, when the component is initialized, this property is populated with an instance of the DatabaseTestAction class.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.