OdbcConnectionStringBuilder.Keys Egenskap

Definition

Hämtar en ICollection som innehåller nycklarna i OdbcConnectionStringBuilder.

public:
 virtual property System::Collections::ICollection ^ Keys { System::Collections::ICollection ^ get(); };
public override System.Collections.ICollection Keys { get; }
member this.Keys : System.Collections.ICollection
Public Overrides ReadOnly Property Keys As ICollection

Egenskapsvärde

En ICollection som innehåller nycklarna i OdbcConnectionStringBuilder.

Kommentarer

Ordningen på värdena i ICollection är i samma ordning som de associerade värdena i den ICollection som returneras av Values egenskapen.

Gäller för

Se även