DtsServerType.IServerType.GetConnectionObject(UIConnectionInfo) Método

Definición

Devuelve un nuevo objeto IDbConnection que está basado en el objeto UIConnectionInfo pasado.

 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

Parámetros

ci
UIConnectionInfo

Información de conexión para SQL Server.

Devoluciones

Nuevo objeto IDbConnection.

Implementaciones

Se aplica a