RSType.CreateClosedConnectionObject 메서드

Retrieves a value that creates an object to close the connection.

네임스페이스:  Microsoft.SqlServer.Management.UI.ConnectionDlg
어셈블리:  ConnectionDlg(ConnectionDlg.dll)

구문

‘선언
Public Function CreateClosedConnectionObject ( _
    ci As UIConnectionInfo _
) As IDbConnection
‘사용 방법
Dim instance As RSType 
Dim ci As UIConnectionInfo 
Dim returnValue As IDbConnection 

returnValue = instance.CreateClosedConnectionObject(ci)
public IDbConnection CreateClosedConnectionObject(
    UIConnectionInfo ci
)
public:
virtual IDbConnection^ CreateClosedConnectionObject(
    UIConnectionInfo^ ci
) sealed
abstract CreateClosedConnectionObject : 
        ci:UIConnectionInfo -> IDbConnection  
override CreateClosedConnectionObject : 
        ci:UIConnectionInfo -> IDbConnection
public final function CreateClosedConnectionObject(
    ci : UIConnectionInfo
) : IDbConnection

매개 변수

반환 값

유형: System.Data.IDbConnection
A value that creates an object that closes the connection.

구현

IServerTypeConnection.CreateClosedConnectionObject(UIConnectionInfo)

참고 항목

참조

RSType 클래스

Microsoft.SqlServer.Management.UI.ConnectionDlg 네임스페이스