IConnectionStore<T> Interface

 

Specifies the interface for the generic connection store.

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

generic<typename T>
public interface class IConnectionStore

NameDescription
System_CAPS_pubmethodGetConnection()

Retrieves a new connection from the store with the default property values.

System_CAPS_pubmethodGetConnection(Boolean)

Retrieves a new connection or duplicates the existing connection from the store.

Return to top
Show: