Compartir a través de


Enumeración Catalog.Encryption

Specifies the encryption algorithm that is used for the catalog.

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

Sintaxis

'Declaración
Public Enumeration Encryption
'Uso
Dim instance As Catalog.Encryption
public enum Encryption
public enum class Encryption
type Encryption
public enum Encryption

Miembros

Nombre del miembro Descripción
AES_128 The encryption is AES_128.
AES_192 The encryption is AES_192.
AES_256 The encryption is AES_256.
TRIPLE_DES_3KEY The encryption is TRIPLE_DES_3KEY.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices