次の方法で共有


ShowCertificateDialog メソッド

この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

詳細については、「HttpClientConnection100Class」を参照してください。

名前空間:  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
)

パラメーター