AdoDotNetConnectionProperties.Keys 属性

定义

获取数据连接字符串中的所有属性。

public:
 virtual property System::Collections::Generic::ICollection<System::String ^> ^ Keys { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public virtual System.Collections.Generic.ICollection<string> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<string>
Public Overridable ReadOnly Property Keys As ICollection(Of String)

属性值

ICollection<String>

数据连接属性的集合。

实现

适用于