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>
override Values : ICollection<Object>
function get Values () : ICollection<Object>
Valeur de propriété
Type : System.Collections.Generic.ICollection<Object>
Un objet qui implémente l'interface [I:System.Collections.Generic.ICollection], tel qu'un tableau.
Implémentations
IDictionary<TKey, TValue>.Values
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
AdoDotNetConnectionProperties Classe
Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms