Partilhar via


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

Adiciona uma nova propriedade à coleção atual das propriedades de conexão.Gera o evento PropertyChanged.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
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)

Segurança do .NET Framework

Consulte também

Referência

AdoDotNetConnectionProperties Classe

Namespace Microsoft.VisualStudio.Data.Framework.AdoDotNet