ColumnEncryptionKeyValueCollection.Item[Int32] Property

Definition

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

ColumnEncryptionKeyValue

The column encryption key at the given index

Applies to