Метод EncryptDocument
Этот API-интерфейс поддерживается в инфраструктуре .NET Framework и не предназначается для использования непосредственно из программного кода.
For more information, see ManagedHelper.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Sub EncryptDocument ( _
<OutAttribute> ByRef pbstrDocument As String, _
bstrPassword As String _
)
'Применение
Dim instance As IDTSManagedHelper100
Dim pbstrDocument As String
Dim bstrPassword As String
instance.EncryptDocument(pbstrDocument, _
bstrPassword)
void EncryptDocument(
out string pbstrDocument,
string bstrPassword
)
void EncryptDocument(
[InAttribute] [OutAttribute] String^% pbstrDocument,
[InAttribute] String^ bstrPassword
)
abstract EncryptDocument :
pbstrDocument:string byref *
bstrPassword:string -> unit
function EncryptDocument(
pbstrDocument : String,
bstrPassword : String
)