Metodo IDTSManagedHelper100.DecryptDocument
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Decrypts the specified document.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Sub DecryptDocument ( _
<OutAttribute> ByRef pbstrDocument As String, _
bstrPassword As String _
)
'Utilizzo
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
)
Parametri
- pbstrDocument
Tipo: System.String%
The document to decrypt.
- bstrPassword
Tipo: System.String
The password of the document to decrypt.
Osservazioni
The decrypted document.