Compartir a través de


IDTSManagedHelper100.DecryptDocument Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Decrypts the specified document.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
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.

Comentarios

The decrypted document.

Vea también

Referencia

IDTSManagedHelper100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper