ManagedHelper.DecryptDocument メソッド
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
パスワードで保護されたドキュメントの暗号化を解除します。
名前空間: 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%
暗号化を解除するドキュメントです。
- password
型: System.String
ドキュメントのパスワードです。
実装
IDTSManagedHelper100.DecryptDocument(String%, String)