Udostępnij przez


Metoda ManagedHelper.EncryptDocument

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime
Zestaw:  Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)

Składnia

'Deklaracja
Public Sub EncryptDocument ( _
    ByRef document As String, _
    password As String _
)
'Użycie
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
)

Parametry

Implementacje

IDTSManagedHelper100.EncryptDocument(String%, String)