OlapServerType.IServerType.GetConnectionObject(UIConnectionInfo) 메서드

정의

전달된 UIConnectionInfo 개체를 기반으로 하는 새 IDbConnection 개체를 반환합니다.

 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

매개 변수

ci
UIConnectionInfo

연결 정보입니다.

반환

새 IDbConnection 개체입니다.

구현

적용 대상