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 during the test.
Namespace: Microsoft.Data.Schema.UnitTesting
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property TestAction As DatabaseTestAction
[BrowsableAttribute(false)]
public DatabaseTestAction TestAction { get; set; }
[BrowsableAttribute(false)]
public:
property DatabaseTestAction^ TestAction {
DatabaseTestAction^ get ();
void set (DatabaseTestAction^ value);
}
[<BrowsableAttribute(false)>]
member TestAction : DatabaseTestAction with get, set
function get TestAction () : DatabaseTestAction
function set TestAction (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.