ExecutionContext 構成要素を格納する ConnectionContextElement オブジェクトを取得します。
名前空間: Microsoft.Data.Schema.UnitTesting.Configuration
アセンブリ: Microsoft.Data.Schema.UnitTesting (Microsoft.Data.Schema.UnitTesting.dll 内)
構文
'宣言
<ConfigurationPropertyAttribute("ExecutionContext")> _
Public ReadOnly Property ExecutionContext As ConnectionContextElement
Get
[ConfigurationPropertyAttribute("ExecutionContext")]
public ConnectionContextElement ExecutionContext { get; }
[ConfigurationPropertyAttribute(L"ExecutionContext")]
public:
property ConnectionContextElement^ ExecutionContext {
ConnectionContextElement^ get ();
}
[<ConfigurationPropertyAttribute("ExecutionContext")>]
member ExecutionContext : ConnectionContextElement
function get ExecutionContext () : ConnectionContextElement
プロパティ値
型: Microsoft.Data.Schema.UnitTesting.Configuration.ConnectionContextElement
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。