Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the Transact-SQL statement(s) and test conditions that are executed after test execution.
Namespace: Microsoft.Data.Schema.UnitTesting
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property PosttestAction As DatabaseTestAction
[BrowsableAttribute(false)]
public DatabaseTestAction PosttestAction { get; set; }
[BrowsableAttribute(false)]
public:
property DatabaseTestAction^ PosttestAction {
DatabaseTestAction^ get ();
void set (DatabaseTestAction^ value);
}
[<BrowsableAttribute(false)>]
member PosttestAction : DatabaseTestAction with get, set
function get PosttestAction () : DatabaseTestAction
function set PosttestAction (value : DatabaseTestAction)
Property Value
Type: Microsoft.Data.Schema.UnitTesting.DatabaseTestAction
A DatabaseTestAction object.
.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.