DatabaseTestAction.Conditions Property

Gets the collection of test conditions that are associated with the set of Transact-SQL statements.

Namespace:  Microsoft.Data.Schema.UnitTesting
Assembly:  Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Conditions As Collection(Of TestCondition)
[BrowsableAttribute(false)]
public Collection<TestCondition> Conditions { get; }
[BrowsableAttribute(false)]
public:
property Collection<TestCondition^>^ Conditions {
    Collection<TestCondition^>^ get ();
}
[<BrowsableAttribute(false)>]
member Conditions : Collection<TestCondition>
function get Conditions () : Collection<TestCondition>

Property Value

Type: System.Collections.ObjectModel.Collection<TestCondition>

Remarks

This is a collection of zero to many test conditions that are evaluated after the statements that are contained in the SqlScript property are executed.

.NET Framework Security

See Also

Reference

DatabaseTestAction Class

Microsoft.Data.Schema.UnitTesting Namespace

SqlScript