RSType.GetConnectionObject 메서드

Returns a new IDbConnection object that is based on the passed UIConnectionInfo object.

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

구문

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

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

매개 변수

반환 값

유형: System.Data.IDbConnection
The new IDbConnection object.

구현

IServerType.GetConnectionObject(UIConnectionInfo)

참고 항목

참조

RSType 클래스

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