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 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
- 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.