ColumnEncryptionKeyValueCollection.Add(ColumnEncryptionKeyValue) Method
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.
Adds the CEK value to the collection.
public void Add (Microsoft.SqlServer.Management.Smo.ColumnEncryptionKeyValue columnEncryptionKeyValue);
member this.Add : Microsoft.SqlServer.Management.Smo.ColumnEncryptionKeyValue -> unit
Public Sub Add (columnEncryptionKeyValue As ColumnEncryptionKeyValue)
Parameters
- columnEncryptionKeyValue
- ColumnEncryptionKeyValue