Свойство ExpectedSchemaCondition.Verbose

 

?????????? ??? ?????? ????????, ???????????, ?????? ?? ????????? ??????? ???????? ?????.

Пространство имен:   Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Сборка:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (в Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)

Синтаксис

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

Значение свойства

Type: System.Boolean

???????? true, ???? ???????? ?????? ??????? ?????? ???????? ?????; ? ????????? ?????? — ???????? false.

См. также

ExpectedSchemaCondition - класс
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions - пространство имен

Вернуться в начало