Partager via


Méthode IDTSManagedHelper100.DecryptDocument

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Decrypts the specified document.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Sub DecryptDocument ( _
    <OutAttribute> ByRef pbstrDocument As String, _
    bstrPassword As String _
)
'Utilisation
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
)

Paramètres

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

Notes

The decrypted document.

Voir aussi

Référence

IDTSManagedHelper100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper