Catalog.ChangeEncryptionAlgorithm 方法

Changes the encryption algorithm.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
Public Sub ChangeEncryptionAlgorithm ( _
    algorithm As Catalog.Encryption _
)
用法
Dim instance As Catalog 
Dim algorithm As Catalog.Encryption

instance.ChangeEncryptionAlgorithm(algorithm)
public void ChangeEncryptionAlgorithm(
    Catalog.Encryption algorithm
)
public:
void ChangeEncryptionAlgorithm(
    Catalog.Encryption algorithm
)
member ChangeEncryptionAlgorithm : 
        algorithm:Catalog.Encryption -> unit
public function ChangeEncryptionAlgorithm(
    algorithm : Catalog.Encryption
)

参数

请参阅

参考

Catalog 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间