ColumnEncryptionType Enumeration

 

Describes the column encryption type.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

public enum class ColumnEncryptionType

Member nameDescription
Deterministic

The deterministic column encryption type.

Randomized

The randomized column encryption type.

Return to top
Show: