ConnectionStore Class

 

Implements an instance of the IConnectionStore interface based on IDbConnection.

Namespace:   Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

System::Object
  System::MarshalByRefObject
    System.ComponentModel::Component
      Microsoft.SqlServer.Management::ConnectionStore

public ref class ConnectionStore : Component, IConnectionStore<IDbConnection^>, 
	IDisposable

NameDescription
System_CAPS_pubmethodConnectionStore()

Initializes a new instance of the ConnectionStore class with the default property values.

System_CAPS_pubmethodConnectionStore(IContext^)

Initializes a new instance of the ConnectionStore class with the specified context parameter.

System_CAPS_pubmethodConnectionStore(IServiceProvider^)

Initializes a new instance of the ConnectionStore class with the specified serviceProvider parameter.

NameDescription
System_CAPS_protpropertyCanRaiseEvents

(Inherited from Component.)

System_CAPS_pubpropertyConnectionInfo

Gets or sets the information about the connection of the ConnectionStore class.

System_CAPS_pubpropertyConnections

Gets the list of connections so that they can be disposed of later.

System_CAPS_pubpropertyContainer

(Inherited from Component.)

System_CAPS_protpropertyDesignMode

(Inherited from Component.)

System_CAPS_protpropertyEvents

(Inherited from Component.)

System_CAPS_pubpropertySite

(Inherited from Component.)

NameDescription
System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDispose()

(Inherited from Component.)

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the ConnectionStore and optionally releases the managed resources.(Overrides Component::Dispose(Boolean).)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

Specifies the finalized method.(Overrides Component::Finalize().)

System_CAPS_pubmethodGetConnection()

Creates a copy of the existing connection. This class cannot be inherited.

System_CAPS_pubmethodGetConnection(Boolean)

Retrieves a connection that is used in this object. This class cannot be inherited.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodGetService(Type^)

(Inherited from Component.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodToString()

(Inherited from Component.)

NameDescription
System_CAPS_pubeventDisposed

(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.

Return to top
Show: