ConnectionDialog.ConnectionVerifier 속성

정의

연결을 확인하는 데 사용할 대리자를 지정하는 대화 상자의 호출자를 가져오거나 설정합니다.

public:
 property Microsoft::SqlServer::Management::UI::ConnectionDlg::VerifyConnectionDelegate ^ ConnectionVerifier { Microsoft::SqlServer::Management::UI::ConnectionDlg::VerifyConnectionDelegate ^ get(); void set(Microsoft::SqlServer::Management::UI::ConnectionDlg::VerifyConnectionDelegate ^ value); };
public Microsoft.SqlServer.Management.UI.ConnectionDlg.VerifyConnectionDelegate ConnectionVerifier { get; set; }
member this.ConnectionVerifier : Microsoft.SqlServer.Management.UI.ConnectionDlg.VerifyConnectionDelegate with get, set
Public Property ConnectionVerifier As VerifyConnectionDelegate

속성 값

연결을 확인하는 데 사용할 대리자를 지정하는 대화 상자의 호출자입니다.

적용 대상