Compartilhar via


Método IDTSManagedHelper100.DecryptDocument

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Decrypts the specified document.

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

Sintaxe

'Declaração
Sub DecryptDocument ( _
    <OutAttribute> ByRef pbstrDocument As String, _
    bstrPassword As String _
)
'Uso
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
)

Parâmetros

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

Comentários

The decrypted document.

Consulte também

Referência

IDTSManagedHelper100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper