Метод ManagedHelper.DecryptDocument
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Decrypts the password protected document.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public Sub DecryptDocument ( _
ByRef document As String, _
password As String _
)
'Применение
Dim instance As ManagedHelper
Dim document As String
Dim password As String
instance.DecryptDocument(document, password)
public void DecryptDocument(
ref string document,
string password
)
public:
virtual void DecryptDocument(
String^% document,
String^ password
) sealed
abstract DecryptDocument :
document:string byref *
password:string -> unit
override DecryptDocument :
document:string byref *
password:string -> unit
public final function DecryptDocument(
document : String,
password : String
)
Параметры
- document
Тип: System.String%
The document to be decrypted.
- password
Тип: System.String
The password of the document.
Реализует
IDTSManagedHelper100.DecryptDocument(String%, String)