共用方式為


AdoDotNetSourceInformation.IVsDataSourceInformation.Item 屬性

取得具有指定名稱的資料來源資訊屬性。

命名空間:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
組件:  Microsoft.VisualStudio.Data.Framework (在 Microsoft.VisualStudio.Data.Framework.dll 中)

語法

'宣告
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 : Object
private override Item : Object
JScript 不支援明確介面實作。

參數

  • propertyName
    型別:System.String
    要擷取之資料來源的屬性名稱。

屬性值

型別:System.Object
具有指定名稱的資料來源資訊屬性。

實作

IVsDataSourceInformation.Item

備註

如果要求的屬性在這個資料來源資訊執行個體未包含,它會委派至 ADO.NETDataSourceInformation 資料表。

.NET Framework 安全性

請參閱

參考

AdoDotNetSourceInformation 類別

Microsoft.VisualStudio.Data.Framework.AdoDotNet 命名空間