Share via


AdoDotNetDataSourceInformation.Item Property

Retrieves a data source information property with the specified name.

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

Syntax

'Declaration
Public Overrides ReadOnly Default Property Item ( _
    propertyName As String _
) As Object
public override Object this[
    string propertyName
] { get; }
public:
virtual property Object^ default[String^ propertyName] {
    Object^ get (String^ propertyName) override;
}
abstract Item : 
        propertyName:string -> Object with get 
override Item : 
        propertyName:string -> Object with get
JScript does not support indexed properties.

Parameters

  • propertyName
    Type: System.String

    The name of the data source information property to retrieve.

Property Value

Type: System.Object
Returns the data source information property with the specified name.

Remarks

If the requested property is not contained in this data source information instance, it delegates to the ADO.NET DataSourceInformation data table.

.NET Framework Security

See Also

Reference

AdoDotNetDataSourceInformation Class

Microsoft.VisualStudio.Data.AdoDotNet Namespace