DecryptDocument méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
For more information, see ManagedHelper.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (dans Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub DecryptDocument ( _
<OutAttribute> ByRef pbstrDocument As String, _
bstrPassword As String _
)
'Utilisation
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
)