Método IDTSHttpClientConnection100.ShowCertificateDialog
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Displays the windows certificate information dialog box.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Sub ShowCertificateDialog ( _
hWnd As Long _
)
'Uso
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
)
Parâmetros
- hWnd
Tipo: System.Int64
Handle to a window.
Comentários
For more information, see HttpClientConnection100Class.