Share via


SqlUnitTestingSection.PrivilegedContext Property

 

Namespace:   Microsoft.Data.Tools.Schema.Sql.UnitTesting.Configuration
Assembly:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)

Syntax

[ConfigurationPropertyAttribute("PrivilegedContext")]
public ConnectionContextElement PrivilegedContext { get; }
public:
[ConfigurationPropertyAttribute("PrivilegedContext")]
property ConnectionContextElement^ PrivilegedContext {
    ConnectionContextElement^ get();
}
[<ConfigurationPropertyAttribute("PrivilegedContext")>]
member PrivilegedContext : ConnectionContextElement with get
<ConfigurationPropertyAttribute("PrivilegedContext")>
Public ReadOnly Property PrivilegedContext As ConnectionContextElement

Property Value

Type: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Configuration.ConnectionContextElement

See Also

SqlUnitTestingSection Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Configuration Namespace

Return to top