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

屬性值

VerifyConnectionDelegate

對話方塊的叫用者,可指定用來驗證連接的委派。

適用於