AdoDotNetConnectionProperties.Item Property

Gets or sets a value for a specified property on the DDEX provider. Raises the PropertyChanged() event if the property is set.

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

Syntax

声明
Public Overridable Default Property Item ( _
    key As String _
) As Object
    Get
    Set
public virtual Object this[
    string key
] { get; set; }
public:
virtual property Object^ default[String^ key] {
    Object^ get (String^ key);
    void set (String^ key, Object^ value);
}
abstract Item : Object with get, set
override Item : Object with get, set
JScript does not support indexed properties.

Parameters

  • key
    Type: System.String
    Name of the property for which a value is retrieved or set.

Property Value

Type: System.Object
The value for the property with the specified name.

Implements

IDictionary<TKey, TValue>.Item[TKey]

.NET Framework Security

See Also

Reference

AdoDotNetConnectionProperties Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace