AdoDotNetConnectionProperties.IDictionary.Keys Property

Retrieves an ICollection object containing the keys for the IDictionary instance.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'宣告
Private ReadOnly Property Keys As ICollection
    Implements IDictionary.Keys
    Get
ICollection IDictionary.Keys { get; }
private:
virtual property ICollection^ Keys {
    ICollection^ get () sealed = IDictionary::Keys::get;
}
private abstract Keys : ICollection
private override Keys : ICollection
JScript does not support explicit interface implementations.

Property Value

Type: System.Collections.ICollection
Returns an ICollection object instance.

Implements

IDictionary.Keys

Remarks

This method provides an implementation of the Keys property. For more information see the Keys property in the .NET Framework class library.

.NET Framework Security

See Also

Reference

AdoDotNetConnectionProperties Class

Microsoft.VisualStudio.Data.AdoDotNet Namespace