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

연결고리에 대한 정보.

반품

닫힌 연결 객체.

적용 대상