IDTSManagedHelper100.DecryptDocument Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Decrypts the specified document.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Sub DecryptDocument ( _
<OutAttribute> ByRef pbstrDocument As String, _
bstrPassword As String _
)
'Uso
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
)
Parámetros
- pbstrDocument
Tipo: System.String%
The document to decrypt.
- bstrPassword
Tipo: System.String
The password of the document to decrypt.
Comentarios
The decrypted document.