ColumnEncryptionKeyValue.MarkForDrop(Boolean) Method

Definition

Marks or unmarks the Column encryption key value for drop on the next alter called on the parent policy

public void MarkForDrop (bool dropOnAlter);
abstract member MarkForDrop : bool -> unit
override this.MarkForDrop : bool -> unit
Public Sub MarkForDrop (dropOnAlter As Boolean)

Parameters

dropOnAlter
Boolean

Whether the column encryption key value should be marked for drop.

Implements

Applies to