Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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
Public Overridable Sub ShowCertificateDialog ( _
hWnd As Long _
)
'Usage
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
)
Parameters
- hWnd
Type: System.Int64
Handle to a window.
Implements
IDTSHttpClientConnection100.ShowCertificateDialog(Int64)