ColumnEncryptionKeyValueCollection.Item[Int32] Property
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.
Returns the column encryption key value for a given index
public Microsoft.SqlServer.Management.Smo.ColumnEncryptionKeyValue this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Management.Smo.ColumnEncryptionKeyValue
Default Public ReadOnly Property Item(index As Integer) As ColumnEncryptionKeyValue
Parameters
- index
- Int32
The index in the collection
Property Value
The column encryption key at the given index