Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'宣言
Private ReadOnly Property Values As ICollection
Implements IDictionary.Values
'使用
Dim instance As AdoDotNetConnectionProperties
Dim value As ICollection
value = CType(instance, IDictionary).Values
ICollection IDictionary.Values { get; }
private:
virtual property ICollection^ Values {
ICollection^ get () sealed = IDictionary::Values::get;
}
JScript does not support explicit interface implementations.
Property Value
Type: System.Collections.ICollection
Implements
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AdoDotNetConnectionProperties Class