Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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