DataConnectionProperties 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 IVsDataConnectionProperties 和 IVsDataConnectionUIProperties 介面的實作。
public ref class DataConnectionProperties abstract : Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataConnectionUIProperties, System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>, System::Collections::Generic::IDictionary<System::String ^, System::Object ^>, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>, System::ComponentModel::ICustomTypeDescriptor, System::ComponentModel::INotifyPropertyChanged
public abstract class DataConnectionProperties : Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataConnectionUIProperties, System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IDictionary<string,object>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>>, System.ComponentModel.ICustomTypeDescriptor, System.ComponentModel.INotifyPropertyChanged
type DataConnectionProperties = class
interface IVsDataConnectionProperties
interface IDictionary<string, obj>
interface ICollection<KeyValuePair<string, obj>>
interface seq<KeyValuePair<string, obj>>
interface IEnumerable
interface IVsDataConnectionUIProperties
interface ICustomTypeDescriptor
interface INotifyPropertyChanged
Public MustInherit Class DataConnectionProperties
Implements ICollection(Of KeyValuePair(Of String, Object)), ICustomTypeDescriptor, IDictionary(Of String, Object), IEnumerable(Of KeyValuePair(Of String, Object)), INotifyPropertyChanged, IVsDataConnectionUIProperties
- 繼承
-
DataConnectionProperties
- 實作
-
IVsDataConnectionProperties IVsDataConnectionUIProperties ICollection<KeyValuePair<String,Object>> ICollection<KeyValuePair<TKey,TValue>> IDictionary<String,Object> IEnumerable<KeyValuePair<String,Object>> IEnumerable<KeyValuePair<TKey,TValue>> IEnumerable<T> IEnumerable ICustomTypeDescriptor INotifyPropertyChanged
建構函式
DataConnectionProperties() |
初始化 類別的非 DataConnectionProperties 參數化實例。 |
DataConnectionProperties(IEqualityComparer<String>, Char, Char) |
初始化 類別的參數化實例, DataConnectionProperties 這個實例可讓您比較屬性名稱。 |
DataConnectionProperties(IEqualityComparer<String>) |
初始化 類別的參數化實例, DataConnectionProperties 這個實例可讓您比較屬性名稱。 |
屬性
Count |
取得現有資料連接屬性的數目。 |
IsComplete |
取得布爾值,指出指定的 連接字串 是否完成。 |
IsExtensible |
取得或設定布爾值,指出 DDEX 提供者連接屬性是否可延伸。 |
Item[String] |
取得或設定 DDEX 提供者之指定屬性的值。 |
Keys |
取得目前屬性索引鍵名稱的集合。 |
OrderedProperties |
取得屬性名稱的集合,指定以字串形式表示時,屬性的合理 (或必要) 順序。 |
Values |
擷取目前屬性值的集合。 |
方法
事件
PropertyChanged |
發生於連接屬性變更時發生。 |
明確介面實作
擴充方法
AddRange<TKey,TValue>(IDictionary<TKey,TValue>, IDictionary<TKey,TValue>, Boolean) |
將一個字典內容新增至另一個字典 |
GetOrDefault<TK,TV>(IDictionary<TK,TV>, TK) |
依指定的索引鍵取得值。 |
EmptyIfNull<T>(IEnumerable<T>) |
如果不是 Null,則傳回這個列舉。 如果是 null,則傳回空列舉。 |