Compartir a través de


IDTSManagedHelper100.EncryptDocument Método

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

Encrypts a specified document.

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

Sintaxis

'Declaración
Sub EncryptDocument ( _
    <OutAttribute> ByRef pbstrDocument As String, _
    bstrPassword As String _
)
'Uso
Dim instance As IDTSManagedHelper100 
Dim pbstrDocument As String 
Dim bstrPassword As String

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

Parámetros

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

Comentarios

The encrypted document.

Vea también

Referencia

IDTSManagedHelper100 Interfaz

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