HttpClientConnection100Class.ShowCertificateDialog(Int64) 方法

定义

显示“Windows 证书信息”对话框。

public:
 virtual void ShowCertificateDialog(long hWnd) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSHttpClientConnection100::ShowCertificateDialog;
[System.Runtime.InteropServices.DispId(26)]
public virtual void ShowCertificateDialog (long hWnd);
[<System.Runtime.InteropServices.DispId(26)>]
abstract member ShowCertificateDialog : int64 -> unit
override this.ShowCertificateDialog : int64 -> unit
Public Overridable Sub ShowCertificateDialog (hWnd As Long)

参数

hWnd
Int64

窗口的句柄。

实现

属性

适用于