Свойство SqlDatabaseTestClass.PrivilegedContext

 

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

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

Синтаксис

[BrowsableAttribute(false)]
protected ConnectionContext PrivilegedContext { get; set; }
protected:
[BrowsableAttribute(false)]
property ConnectionContext^ PrivilegedContext {
    ConnectionContext^ get();
    void set(ConnectionContext^ value);
}
[<BrowsableAttribute(false)>]
member PrivilegedContext : ConnectionContext with get, set
<BrowsableAttribute(False)>
Protected Property PrivilegedContext As ConnectionContext

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

Type: Microsoft.Data.Tools.Schema.Sql.UnitTesting.ConnectionContext

?????????? ConnectionContext.

Заметки

??? ???????? ??????????? ??? ?????? InitializeTest.??? ???????? ????????? ??? ?????? CleanupTest.

См. также

ConnectionContext
InitializeTest
CleanupTest
SqlDatabaseTestClass - класс
Microsoft.Data.Tools.Schema.Sql.UnitTesting - пространство имен

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