Método ManagedHelper.DecryptDocument
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Decrypts the password protected document.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public Sub DecryptDocument ( _
ByRef document As String, _
password As String _
)
'Uso
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
)
Parâmetros
- document
Tipo: System.String%
The document to be decrypted.
- password
Tipo: System.String
The password of the document.
Implementa
IDTSManagedHelper100.DecryptDocument(String%, String)