ExpectedSchemaCondition.Verbose Property
Gets or sets a value that indicates whether the output from the condition should include the schema.
Namespace: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Assembly: Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Syntax
public bool Verbose { get; set; }
public:
property bool Verbose {
bool get();
void set(bool value);
}
member Verbose : bool with get, set
Public Property Verbose As Boolean
Property Value
Type: System.Boolean
true if the output from the condition should include the schema; otherwise, false.
See Also
ExpectedSchemaCondition Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions Namespace
Return to top