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