Метод ManagedHelper.EncryptDocument
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Encrypts the document.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public Sub EncryptDocument ( _
ByRef document As String, _
password As String _
)
'Применение
Dim instance As ManagedHelper
Dim document As String
Dim password As String
instance.EncryptDocument(document, password)
public void EncryptDocument(
ref string document,
string password
)
public:
virtual void EncryptDocument(
String^% document,
String^ password
) sealed
abstract EncryptDocument :
document:string byref *
password:string -> unit
override EncryptDocument :
document:string byref *
password:string -> unit
public final function EncryptDocument(
document : String,
password : String
)
Параметры
- document
Тип: System.String%
The document to be encrypted.
- password
Тип: System.String
The password.
Реализует
IDTSManagedHelper100.EncryptDocument(String%, String)