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)