Partager via


EncryptDocument méthode

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

For more information, see ManagedHelper.

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

Syntaxe

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

Paramètres