Megosztás:


IDTSHttpClientConnection100.ShowCertificateDialog Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Displays the windows certificate information dialog box.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Sub ShowCertificateDialog ( _
    hWnd As Long _
)
'Usage
Dim instance As IDTSHttpClientConnection100 
Dim hWnd As Long

instance.ShowCertificateDialog(hWnd)
void ShowCertificateDialog(
    long hWnd
)
void ShowCertificateDialog(
    [InAttribute] long long hWnd
)
abstract ShowCertificateDialog : 
        hWnd:int64 -> unit
function ShowCertificateDialog(
    hWnd : long
)

Parameters

Remarks

For more information, see HttpClientConnection100Class.

See Also

Reference

IDTSHttpClientConnection100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace