AdoDotNetConnectionProperties.Values 属性

定义

获取连接字符串的值。

public:
 virtual property System::Collections::Generic::ICollection<System::Object ^> ^ Values { System::Collections::Generic::ICollection<System::Object ^> ^ get(); };
public virtual System.Collections.Generic.ICollection<object> Values { get; }
member this.Values : System.Collections.Generic.ICollection<obj>
Public Overridable ReadOnly Property Values As ICollection(Of Object)

属性值

ICollection<Object>

一个实现接口的对象 ICollection<T> ,如数组。

实现

适用于