RSType.GetConnectionObject(UIConnectionInfo) Método

Definición

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

public:
 virtual System::Data::IDbConnection ^ GetConnectionObject(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ ci);
public System.Data.IDbConnection GetConnectionObject (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ci);
abstract member GetConnectionObject : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> System.Data.IDbConnection
override this.GetConnectionObject : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> System.Data.IDbConnection
Public Function GetConnectionObject (ci As UIConnectionInfo) As IDbConnection

Parámetros

ci
UIConnectionInfo

La información de conexión.

Devoluciones

Nuevo objeto IDbConnection.

Implementaciones

Se aplica a