Partilhar via


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

Adiciona uma nova propriedade à coleção atual 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

  • item
    Tipo: KeyValuePair<String, Object>

    A propriedade como adicionar.

Implementações

ICollection.Add(UTP)

Segurança do .NET Framework

Consulte também

Referência

AdoDotNetConnectionProperties Classe

Namespace Microsoft.VisualStudio.Data.Framework.AdoDotNet