次の方法で共有


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

プロパティ値

接続の検証に使用されるデリゲートを指定するダイアログ ボックスの呼び出し元です。

適用対象