다음을 통해 공유


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

See Also

Reference

AdoDotNetSourceInformation Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace