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.StringThe name of the data source information property to retrieve.
Property Value
Type: System.Object
The data source information property with the specified name.
Implements
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.