Поделиться через


Метод DecryptDocument

Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.

For more information, see ManagedHelper.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Sub DecryptDocument ( _
    <OutAttribute> ByRef pbstrDocument As String, _
    bstrPassword As String _
)
'Применение
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
)

Параметры