AdoDotNetConnectionProperties.Add Method (String, Object)

Adds a new property to the current connection properties collection. Raises the [E:][Microsoft.VisualStudio.Data.Framework.AdoDotNet][.PropertyChanged] event.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'宣言
Public Overridable Sub Add ( _
    key As String, _
    value As Object _
)
'使用
Dim instance As AdoDotNetConnectionProperties
Dim key As String
Dim value As Object

instance.Add(key, value)
public virtual void Add(
    string key,
    Object value
)
public:
virtual void Add(
    String^ key, 
    Object^ value
)
public function Add(
    key : String, 
    value : Object
)

Parameters

Implements

IDictionary<TKey, TValue>.Add(TKey, TValue)

Exceptions

Exception Condition
ArgumentNullException

The propertyName parameter is a null reference (Nothing in Visual Basic).

NotSupportedException

The connection string is not extensible.

ArgumentException

The property already exists.

Permissions

See Also

Reference

AdoDotNetConnectionProperties Class

AdoDotNetConnectionProperties Members

Add Overload

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace