DataConnectionProperties.IsExtensible 屬性
擷取或設定值 DDEX 提供者連接屬性布林值是可擴充的。
命名空間: Microsoft.VisualStudio.Data
組件: Microsoft.VisualStudio.Data (在 Microsoft.VisualStudio.Data.dll 中)
語法
'宣告
<BrowsableAttribute(False)> _
Public Overridable Property IsExtensible As Boolean
[BrowsableAttribute(false)]
public virtual bool IsExtensible { get; set; }
[BrowsableAttribute(false)]
public:
virtual property bool IsExtensible {
bool get ();
void set (bool value);
}
[<BrowsableAttribute(false)>]
abstract IsExtensible : bool with get, set
[<BrowsableAttribute(false)>]
override IsExtensible : bool with get, set
function get IsExtensible () : boolean
function set IsExtensible (value : boolean)
屬性值
型別:System.Boolean
如果連接屬性是可擴充的,傳回 true 。否則會傳回 false。
實作
IDataConnectionProperties.IsExtensible
備註
做為資料提供者原本不可辨識的自訂屬性可以加入至集合時, DataConnectionProperties 類別的執行個體是可擴充的。例如,在有提供任何 ODBC 驅動程式是標準的某些關鍵字,其他關鍵字是 ODBC 資料提供者特定和不易已知的驅動程式。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。