ExpectedSchemaCondition.Verbose-Eigenschaft

Ruft einen Wert ab, der angibt, ob die Ausgabe der Bedingung das Schema einschließen soll, oder legt diesen fest.

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

Syntax

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

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ExpectedSchemaCondition Klasse

Microsoft.Data.Schema.UnitTesting.Conditions-Namespace