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

要更改的加密算法。

适用于