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,则返回空枚举。 |