ConnectionStore Class
Implements an instance of the IConnectionStore interface based on IDbConnection.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
System::MarshalByRefObject
System.ComponentModel::Component
Microsoft.SqlServer.Management::ConnectionStore
| Name | Description | |
|---|---|---|
![]() | ConnectionStore() | Initializes a new instance of the ConnectionStore class with the default property values. |
![]() | ConnectionStore(IContext^) | Initializes a new instance of the ConnectionStore class with the specified context parameter. |
![]() | ConnectionStore(IServiceProvider^) | Initializes a new instance of the ConnectionStore class with the specified serviceProvider parameter. |
| Name | Description | |
|---|---|---|
![]() | CanRaiseEvents | (Inherited from Component.) |
![]() | ConnectionInfo | Gets or sets the information about the connection of the ConnectionStore class. |
![]() | Connections | Gets the list of connections so that they can be disposed of later. |
![]() | Container | (Inherited from Component.) |
![]() | DesignMode | (Inherited from Component.) |
![]() | Events | (Inherited from Component.) |
![]() | Site | (Inherited from Component.) |
| Name | Description | |
|---|---|---|
![]() | CreateObjRef(Type^) | (Inherited from MarshalByRefObject.) |
![]() | Dispose() | (Inherited from Component.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the ConnectionStore and optionally releases the managed resources.(Overrides Component::Dispose(Boolean).) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | Specifies the finalized method.(Overrides Component::Finalize().) |
![]() | GetConnection() | Creates a copy of the existing connection. This class cannot be inherited. |
![]() | GetConnection(Boolean) | Retrieves a connection that is used in this object. This class cannot be inherited. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetService(Type^) | (Inherited from Component.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | ToString() | (Inherited from Component.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




