AdoDotNetConnectionProperties.Values Propriété

Définition

Obtient les valeurs de la chaîne de connexion.

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)

Valeur de propriété

ICollection<Object>

Objet qui implémente l’interface ICollection<T> , tel qu’un tableau.

Implémente

S’applique à