名前空間 : Microsoft.Data.Schema.UnitTesting
アセンブリ : Microsoft.Data.Schema.UnitTesting (Microsoft.Data.Schema.UnitTesting.dll 内)
構文
'宣言
<BrowsableAttribute(False)> _
Protected Property ExecutionContext As ConnectionContext
'使用
Dim value As ConnectionContext
value = Me.ExecutionContext
Me.ExecutionContext = value
[BrowsableAttribute(false)]
protected ConnectionContext ExecutionContext { get; set; }
[BrowsableAttribute(false)]
protected:
property ConnectionContext^ ExecutionContext {
ConnectionContext^ get ();
void set (ConnectionContext^ value);
}
protected function get ExecutionContext () : ConnectionContext
protected function set ExecutionContext (value : ConnectionContext)
プロパティ値
型 : Microsoft.Data.Schema.UnitTesting.ConnectionContext