ColumnEncryptionKeyAlterType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Column encryption key alter statement types
[System.Serializable]
public enum ColumnEncryptionKeyAlterType
[<System.Serializable>]
type ColumnEncryptionKeyAlterType =
Public Enum ColumnEncryptionKeyAlterType
- Inheritance
-
ColumnEncryptionKeyAlterType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Add | 0 | Add column encryption key value |
Drop | 1 | Drop column encryption key value |