Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Encrypts the document.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Sub EncryptDocument ( _
ByRef document As String, _
password As String _
)
'Utilisation
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
)
Paramètres
- document
Type : System.String%
The document to be encrypted.
- password
Type : System.String
The password.
Implémente
IDTSManagedHelper100.EncryptDocument(String%, String)