通过


OdbcConnectionStringBuilder.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

属性值

包含中键的OdbcConnectionStringBuilder一个 ICollection

注解

ICollection的顺序与属性返回Values的关联值ICollection的顺序相同。

适用于

另请参阅