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

屬性值

呼叫器,指定一個代理來驗證連線。

適用於