DbConnectionStringBuilder.IDictionary.Item[Object] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the element with the specified key.
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
Parameters
- keyword
- Object
The key of the element to get or set.
Property Value
The element with the specified key.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the DbConnectionStringBuilder instance is cast to an IDictionary interface.
For more information, see Item[].
Applies to
See also
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.