Поделиться через


Свойство TestCondition.Enabled

 

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

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

Синтаксис

public bool Enabled { get; set; }
public:
property bool Enabled {
    bool get();
    void set(bool value);
}
member Enabled : bool with get, set
Public Property Enabled As Boolean

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

Type: System.Boolean

Заметки

???????? ?? ????????? — true??? ??????? ????? ??? ?? ?????????? ? ???????? SqlDatabaseTestAction ?????????? ?? ?????????.???? ??????? ????????, ??? ????? ?????????????? ??? ???????? ?????????? ?????????? ???????? SqlDatabaseTestAction.??????? ??? ????? ???????? ???????? false, ????? ????????? ?????????? ????? ????????? ??????? ?? ????? ?????????? ?????.

См. также

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

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