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
- algorithm
Tipo: Microsoft.SqlServer.Management.IntegrationServices.Catalog.Encryption
The encryption algorithm being change.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices