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
‘선언
Private ReadOnly Property Item ( _
propertyName As String _
) As Object Implements IVsDataSourceInformation.Item
Get
Object IVsDataSourceInformation.this[
string propertyName
] { get; }
private:
virtual property Object^ Item[String^ propertyName] {
Object^ get (String^ propertyName) sealed = IVsDataSourceInformation::Item::get;
}
private abstract Item : Object
private override Item : Object
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[String]
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.