Catalog.Encryption 枚举

Specifies the encryption algorithm that is used for the catalog.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
Public Enumeration Encryption
用法
Dim instance As Catalog.Encryption
public enum Encryption
public enum class Encryption
type Encryption
public enum Encryption

成员

成员名称 说明
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.

请参阅

参考

Microsoft.SqlServer.Management.IntegrationServices 命名空间