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

'Declaration
Public Property Verbose As Boolean 
    Get 
    Set
'Usage
Dim instance As ExpectedSchemaCondition 
Dim value As Boolean 

value = instance.Verbose

instance.Verbose = value
public bool Verbose { get; set; }
public:
property bool Verbose {
    bool get ();
    void set (bool value);
}
member Verbose : bool with get, set
function get Verbose () : boolean 
function set Verbose (value : boolean)

Property Value

Type: System.Boolean
true if the output from the condition should include the schema; otherwise, false.

See Also

Reference

ExpectedSchemaCondition Class

Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions Namespace