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)