DecryptDocument メソッド
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
詳細については、「ManagedHelper」を参照してください。
名前空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)
構文
'宣言
Sub DecryptDocument ( _
<OutAttribute> ByRef pbstrDocument As String, _
bstrPassword As String _
)
'使用
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
)