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
- algorithm
Type: Microsoft.SqlServer.Management.IntegrationServices.Catalog.Encryption
The encryption algorithm being change.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace