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 Transact-SQL statement(s) and test conditions that are executed before the test.
Namespace: Microsoft.Data.Schema.UnitTesting
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property PretestAction As DatabaseTestAction
[BrowsableAttribute(false)]
public DatabaseTestAction PretestAction { get; set; }
[BrowsableAttribute(false)]
public:
property DatabaseTestAction^ PretestAction {
DatabaseTestAction^ get ();
void set (DatabaseTestAction^ value);
}
[<BrowsableAttribute(false)>]
member PretestAction : DatabaseTestAction with get, set
function get PretestAction () : DatabaseTestAction
function set PretestAction (value : DatabaseTestAction)
Property Value
Type: Microsoft.Data.Schema.UnitTesting.DatabaseTestAction
Returns a DatabaseTestAction.
.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.