通过


OleDbConnectionStringBuilder.Keys 属性

定义

获取一个包含键的 < a0 /> 。

public:
 virtual property System::Collections::ICollection ^ Keys { System::Collections::ICollection ^ get(); };
public override System.Collections.ICollection Keys { get; }
member this.Keys : System.Collections.ICollection
Public Overrides ReadOnly Property Keys As ICollection

属性值

包含中键的OleDbConnectionStringBuilder一个 ICollection

注解

未指定值ICollection的顺序,但它与属性返回ValuesICollection关联值的顺序相同。

适用于

另请参阅