Propriedade ExpectedSchemaCondition.Verbose

Obtém ou define um valor que indica se a saída da condição deve incluir o esquema.

Namespace:  Microsoft.Data.Schema.UnitTesting.Conditions
Assembly:  Microsoft.Data.Schema.UnitTesting (em Microsoft.Data.Schema.UnitTesting.dll)

Sintaxe

'Declaração
Public Property Verbose As Boolean
    Get
    Set
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ExpectedSchemaCondition Classe

Namespace Microsoft.Data.Schema.UnitTesting.Conditions