DatabaseUnitTestingSection.PrivilegedContext 属性

获取一个包含 PrivilegedContext 配置元素的 ConnectionContextElement 对象。

命名空间:  Microsoft.Data.Schema.UnitTesting.Configuration
程序集:  Microsoft.Data.Schema.UnitTesting(在 Microsoft.Data.Schema.UnitTesting.dll 中)

语法

声明
<ConfigurationPropertyAttribute("PrivilegedContext")> _
Public ReadOnly Property PrivilegedContext As ConnectionContextElement
    Get
[ConfigurationPropertyAttribute("PrivilegedContext")]
public ConnectionContextElement PrivilegedContext { get; }
[ConfigurationPropertyAttribute(L"PrivilegedContext")]
public:
property ConnectionContextElement^ PrivilegedContext {
    ConnectionContextElement^ get ();
}
[<ConfigurationPropertyAttribute("PrivilegedContext")>]
member PrivilegedContext : ConnectionContextElement
function get PrivilegedContext () : ConnectionContextElement

属性值

类型:Microsoft.Data.Schema.UnitTesting.Configuration.ConnectionContextElement

.NET Framework 安全性

请参见

参考

DatabaseUnitTestingSection 类

Microsoft.Data.Schema.UnitTesting.Configuration 命名空间