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

Значение свойства

Вызывающий объект диалогового окна, указывающий делегат, который используется для проверки соединения.

Применяется к