इसके माध्यम से साझा किया गया


IDTSManagedHelper100.EncryptDocument Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see ManagedHelper.

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

Syntax

'Declaration
Sub EncryptDocument ( _
    <OutAttribute> ByRef pbstrDocument As String, _
    bstrPassword As String _
)
'Usage
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
)

Parameters