Catalog.ChangeEncryptionAlgorithm(Catalog+Encryption) メソッド

定義

暗号化アルゴリズムを変更します。

public:
 void ChangeEncryptionAlgorithm(Microsoft::SqlServer::Management::IntegrationServices::Catalog::Encryption algorithm);
public void ChangeEncryptionAlgorithm (Microsoft.SqlServer.Management.IntegrationServices.Catalog.Encryption algorithm);
member this.ChangeEncryptionAlgorithm : Microsoft.SqlServer.Management.IntegrationServices.Catalog.Encryption -> unit
Public Sub ChangeEncryptionAlgorithm (algorithm As Catalog.Encryption)

パラメーター

algorithm
Catalog.Encryption

変更する暗号化アルゴリズムです。

適用対象