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
)

參數

實作

IDTSManagedHelper100.DecryptDocument(String%, String)

請參閱

參考

ManagedHelper 類別

Microsoft.SqlServer.Dts.Runtime 命名空間