Compartir a través de


Catalog.ChangeEncryptionAlgorithm Método

Changes the encryption algorithm.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
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

Vea también

Referencia

Catalog Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices