DbConnectionStringBuilder.IDictionary.Item[Object] 屬性

定義

取得或設定具有指定索引鍵的項目。

property System::Object ^ System::Collections::IDictionary::Item[System::Object ^] { System::Object ^ get(System::Object ^ keyword); void set(System::Object ^ keyword, System::Object ^ value); };
object System.Collections.IDictionary.Item[object keyword] { get; set; }
object? System.Collections.IDictionary.Item[object keyword] { get; set; }
member this.System.Collections.IDictionary.Item(obj) : obj with get, set
 Property Item(keyword As Object) As Object Implements IDictionary.Item

參數

keyword
Object

要取得或設定之項目的索引鍵。

屬性值

具有指定索引鍵的項目。

實作

備註

這個成員是明確介面成員實作, 只有在 DbConnectionStringBuilder 執行個體轉換成 IDictionary 介面時,才能使用這個成員。

如需詳細資訊,請參閱Item[]

適用於

另請參閱