Catalog.ChangeEncryptionAlgorithm Method

Changes the encryption algorithm.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
Public Sub ChangeEncryptionAlgorithm ( _
    algorithm As Catalog.Encryption _
)
'Usage
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
)

Parameters

See Also

Reference

Catalog Class

Microsoft.SqlServer.Management.IntegrationServices Namespace