IServerTypeConnection.CreateClosedConnectionObject(UIConnectionInfo) 메서드

정의

지정한 UIConnectionInfo를 기반으로 닫힌 연결 개체를 만듭니다.

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

매개 변수

ci
UIConnectionInfo

연결 정보입니다.

반환

닫힌 연결 개체입니다.

적용 대상