Compartilhar via


Método Catalog.ChangeEncryptionAlgorithm

Changes the encryption algorithm.

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

Sintaxe

'Declaração
Public Sub ChangeEncryptionAlgorithm ( _
    algorithm As Catalog.Encryption _
)
'Uso
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
)

Parâmetros

Consulte também

Referência

Catalog Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices