Поделиться через


DatabaseTestActions.PretestAction Property

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

See Also

Reference

DatabaseTestActions Class

Microsoft.Data.Schema.UnitTesting Namespace

DatabaseTestAction