Proprietà ExpectedSchemaCondition.Verbose

Ottiene o imposta un valore che indica se l'output della condizione deve includere lo schema.

Spazio dei nomi:  Microsoft.Data.Schema.UnitTesting.Conditions
Assembly:  Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ExpectedSchemaCondition Classe

Spazio dei nomi Microsoft.Data.Schema.UnitTesting.Conditions