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
具有指定名稱的資料來源資訊屬性。
實作
備註
如果要求的屬性在這個資料來源資訊執行個體未包含,它會委派至 ADO.NETDataSourceInformation 資料表。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。