データ接続に関連付けられているプロバイダーのコネクションのサポートのオブジェクトを取得します。
名前空間: Microsoft.VisualStudio.Data
アセンブリ: Microsoft.VisualStudio.Data (Microsoft.VisualStudio.Data.dll 内)
構文
'宣言
Protected ReadOnly Property ConnectionSupport As DataConnectionSupport
protected DataConnectionSupport ConnectionSupport { get; }
protected:
property DataConnectionSupport^ ConnectionSupport {
DataConnectionSupport^ get ();
}
member ConnectionSupport : DataConnectionSupport
function get ConnectionSupport () : DataConnectionSupport
プロパティ値
型 : Microsoft.VisualStudio.Data.DataConnectionSupport
データ接続に関連付けられているプロバイダーのコネクションのサポートのオブジェクトを返します。
解説
この値は、インスタンスがデータ接続とインスタンスが作成されていない場合 nullnull 参照 (Visual Basic では Nothing) です。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。