Share via


AdoDotNetConnectionProperties.Values, propriété

Obtient les valeurs de chaîne de connexion.

Espace de noms :  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property Values As ICollection(Of Object)
public virtual ICollection<Object> Values { get; }
public:
virtual property ICollection<Object^>^ Values {
    ICollection<Object^>^ get ();
}
abstract Values : ICollection<Object> with get 
override Values : ICollection<Object> with get
function get Values () : ICollection<Object>

Valeur de propriété

Type : ICollection<Object>
Objet qui implémente l'interface ICollection, tel qu'un tableau.

Implémentations

IDictionary.Values

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetConnectionProperties Classe

Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms