Partager via


Propriété ExpectedSchemaCondition.Verbose

 

Obtient ou définit une valeur qui indique si la sortie de la condition doit inclure le schéma.

Espace de noms:   Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Assembly:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (dans Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)

Syntaxe

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

Valeur de propriété

Type: System.Boolean

true si le résultat de la condition doit inclure le schéma ; sinon, false.

Voir aussi

ExpectedSchemaCondition, classe
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions, espace de noms

Retour au début