Méthode IDTSHttpClientConnection100.ShowCertificateDialog
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Displays the windows certificate information dialog box.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub ShowCertificateDialog ( _
hWnd As Long _
)
'Utilisation
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
)
Paramètres
- hWnd
Type : System.Int64
Handle to a window.
Notes
For more information, see HttpClientConnection100Class.