IDTSManagedHelper100.DecryptDocument メソッド

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

指定されたドキュメントの暗号化を解除します。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
Sub DecryptDocument ( _
    <OutAttribute> ByRef pbstrDocument As String, _
    bstrPassword As String _
)
'使用
Dim instance As IDTSManagedHelper100 
Dim pbstrDocument As String 
Dim bstrPassword As String

instance.DecryptDocument(pbstrDocument, _
    bstrPassword)
void DecryptDocument(
    out string pbstrDocument,
    string bstrPassword
)
void DecryptDocument(
    [InAttribute] [OutAttribute] String^% pbstrDocument, 
    [InAttribute] String^ bstrPassword
)
abstract DecryptDocument : 
        pbstrDocument:string byref * 
        bstrPassword:string -> unit
function DecryptDocument(
    pbstrDocument : String, 
    bstrPassword : String
)

パラメーター

  • pbstrDocument
    型: System.String%
    暗号化を解除するドキュメントです。
  • bstrPassword
    型: System.String
    暗号化を解除するドキュメントのパスワードです。

説明

暗号化が解除されたドキュメントです。

関連項目

参照

IDTSManagedHelper100 インターフェイス

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間