Метод IDTSManagedHelper100.DecryptDocument
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Decrypts the specified document.
Пространство имен: 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
)
Параметры
- pbstrDocument
Тип: System.String%
The document to decrypt.
- bstrPassword
Тип: System.String
The password of the document to decrypt.
Замечания
The decrypted document.