Share via


AdoDotNetSourceInformation.IVsDataSourceInformation.Item Property

Gets a data source information property with the specified name.

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

Syntax

'Declaration
Private ReadOnly Property Item ( _
    propertyName As String _
) As Object Implements IVsDataSourceInformation.Item
Object IVsDataSourceInformation.this[
    string propertyName
] { get; }
private:
virtual property Object^ Item[String^ propertyName] {
    Object^ get (String^ propertyName) sealed = IVsDataSourceInformation::Item::get;
}
private abstract Item : 
        propertyName:string -> Object with get 
private override Item : 
        propertyName:string -> Object with get
JScript does not support explicit interface implementations.

Parameters

  • propertyName
    Type: System.String

    The name of the data source information property to retrieve.

Property Value

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

Implements

IVsDataSourceInformation.Item

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

AdoDotNetSourceInformation Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace