DataConnectionProperties.IsExtensible プロパティ

DDEX プロバイダーの接続プロパティは拡張可能であるかどうかを示す Boolean の値を取得または設定します。

名前空間:  Microsoft.VisualStudio.Data.Framework
アセンブリ:  Microsoft.VisualStudio.Data.Framework (Microsoft.VisualStudio.Data.Framework.dll 内)

構文

'宣言
<BrowsableAttribute(False)> _
Public Property IsExtensible As Boolean
[BrowsableAttribute(false)]
public bool IsExtensible { get; protected set; }
[BrowsableAttribute(false)]
public:
virtual property bool IsExtensible {
    bool get () sealed;
    protected: void set (bool value) sealed;
}
[<BrowsableAttribute(false)>]
abstract IsExtensible : bool with get, set
[<BrowsableAttribute(false)>]
override IsExtensible : bool with get, set
final function get IsExtensible () : boolean
protected final function set IsExtensible (value : boolean)

プロパティ値

型 : System.Boolean
接続プロパティが展開できる場合true ; それ以外 false。

実装

IVsDataConnectionUIProperties.IsExtensible

解説

DataConnectionProperties クラスのインスタンスは、データ プロバイダーで認識されないカスタム プロパティがコレクションに追加できると拡張できます。たとえば、と ODBC ドライバーのすべての標準のいくつかのキーワードだけです。; そのほかのキーワードはすべてのデータ プロバイダーで ODBC ドライバー固有とため、知られなくいません。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

DataConnectionProperties クラス

Microsoft.VisualStudio.Data.Framework 名前空間