Compartir a través de


ExpectedSchemaCondition.Verbose (Propiedad)

Obtiene o establece un valor que indica si el resultado de la condición debe incluir el esquema.

Espacio de nombres:  Microsoft.Data.Schema.UnitTesting.Conditions
Ensamblado:  Microsoft.Data.Schema.UnitTesting (en Microsoft.Data.Schema.UnitTesting.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ExpectedSchemaCondition Clase

Microsoft.Data.Schema.UnitTesting.Conditions (Espacio de nombres)