Linguaggio

ManagedHelper.EncryptDocumentByVersion Metodo

Definizione

Cripta il documento corrispondente alla versione specificata del DTS.

public:
 virtual void EncryptDocumentByVersion(System::String ^ % document, System::String ^ password, Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSTargetServerVersion dtsVersion);
public void EncryptDocumentByVersion(ref string document, string password, Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSTargetServerVersion dtsVersion);
abstract member EncryptDocumentByVersion : string * string * Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSTargetServerVersion -> unit
override this.EncryptDocumentByVersion : string * string * Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSTargetServerVersion -> unit
Public Sub EncryptDocumentByVersion (ByRef document As String, password As String, dtsVersion As DTSTargetServerVersion)

Parametri

document
String

Il documento da criptare.

password
String

La password.

dtsVersion
DTSTargetServerVersion

La versione DTS

Implementazioni

Si applica a