Метод IDTSHttpClientConnection100.ShowCertificateDialog
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Displays the windows certificate information dialog box.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Sub ShowCertificateDialog ( _
hWnd As Long _
)
'Применение
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
)
Параметры
- hWnd
Тип: System.Int64
Handle to a window.
Замечания
For more information, see HttpClientConnection100Class.