ConnectorEventArgs 생성자

Initializes a new instance of the ConnectorEventArgs class with the specified connection parameter.

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

구문

‘선언
Public Sub New ( _
    connection As IDbConnection _
)
‘사용 방법
Dim connection As IDbConnection 

Dim instance As New ConnectorEventArgs(connection)
public ConnectorEventArgs(
    IDbConnection connection
)
public:
ConnectorEventArgs(
    IDbConnection^ connection
)
new : 
        connection:IDbConnection -> ConnectorEventArgs
public function ConnectorEventArgs(
    connection : IDbConnection
)

매개 변수

참고 항목

참조

ConnectorEventArgs 클래스

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