次の方法で共有


ManagedHelper.EncryptDocumentByVersion メソッド

定義

指定した 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)

パラメーター

document
String

暗号化するドキュメントです。

password
String

パスワード。

dtsVersion
DTSTargetServerVersion

DTS バージョン

実装

適用対象