ColumnEncryptionKeyAlterType 枚举

定义

列加密密钥 alter 语句类型

[System.Serializable]
public enum ColumnEncryptionKeyAlterType
[<System.Serializable>]
type ColumnEncryptionKeyAlterType = 
Public Enum ColumnEncryptionKeyAlterType
继承
ColumnEncryptionKeyAlterType
属性

字段

名称 说明
Add 0

添加列加密密钥值

Drop 1

删除列加密密钥值

适用于