DtsServerType.IServerType.GetConnectionObject(UIConnectionInfo) Method

Definition

Returns a new IDbConnection object that is based on the passed UIConnectionInfo object.

 virtual System::Data::IDbConnection ^ Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType.GetConnectionObject(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ ci) = Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType::GetConnectionObject;
System.Data.IDbConnection IServerType.GetConnectionObject (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ci);
abstract member Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType.GetConnectionObject : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> System.Data.IDbConnection
override this.Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType.GetConnectionObject : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> System.Data.IDbConnection
Function GetConnectionObject (ci As UIConnectionInfo) As IDbConnection Implements IServerType.GetConnectionObject

Parameters

ci
UIConnectionInfo

The connection info for SQL Server.

Returns

The new IDbConnection object.

Implements

Applies to