Propriedade AdoDotNetConnectionProperties.Values
Obtém os valores da cadeia de conexão.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)
Sintaxe
'Declaração
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>
Valor de propriedade
Tipo: ICollection<Object>
Um objeto que implementa a interface ICollection, como uma matriz.
Implementações
IDictionary.Values
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.