Freigeben über


IDTSManagedHelper100.DecryptDocument-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Decrypts the specified document.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Sub DecryptDocument ( _
    <OutAttribute> ByRef pbstrDocument As String, _
    bstrPassword As String _
)
'Usage
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
)

Parameter

  • bstrPassword
    Typ: System.String
    The password of the document to decrypt.

Hinweise

The decrypted document.

Siehe auch

Verweis

IDTSManagedHelper100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace