此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Displays the Windows certificate information dialog box.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
Public Overridable Sub ShowCertificateDialog ( _
hWnd As Long _
)
'用途
Dim instance As HttpClientConnection100Class
Dim hWnd As Long
instance.ShowCertificateDialog(hWnd)
public virtual void ShowCertificateDialog(
long hWnd
)
public:
virtual void ShowCertificateDialog(
[InAttribute] long long hWnd
)
abstract ShowCertificateDialog :
hWnd:int64 -> unit
override ShowCertificateDialog :
hWnd:int64 -> unit
public function ShowCertificateDialog(
hWnd : long
)
參數
- hWnd
型別:System.Int64
Handle to a window.
實作
IDTSHttpClientConnection100.ShowCertificateDialog(Int64)