Compartilhar via


Método DataConnectionProperties.ICollection<KeyValuePair<String, Object>>.Add

Adicione um elemento como um par chave/valor para o conjunto atual de propriedades de conexão.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)

Sintaxe

'Declaração
Private Sub Add ( _
    item As KeyValuePair(Of String, Object) _
) Implements ICollection(Of KeyValuePair(Of String, Object)).Add
void ICollection<KeyValuePair<string, Object>>.Add(
    KeyValuePair<string, Object> item
)
private:
virtual void Add(
    KeyValuePair<String^, Object^> item
) sealed = ICollection<KeyValuePair<String^, Object^>>::Add
private abstract Add : 
        item:KeyValuePair<string, Object> -> unit 
private override Add : 
        item:KeyValuePair<string, Object> -> unit 
JScript não oferece suporte a implementações explícitas da interface.

Parâmetros

Implementações

ICollection<T>.Add(T)

Comentários

Esse método oferece uma implementação do método de Add .Para obter mais informações, consulte o método de Add na biblioteca de classes de .NET Framework .

Segurança do .NET Framework

Consulte também

Referência

DataConnectionProperties Classe

Namespace Microsoft.VisualStudio.Data.Framework