ColumnEncryptionKeyValueCollection.Item[Int32] 屬性

定義

回傳給定索引的欄位加密金鑰值

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

參數

index
Int32

收藏中的索引

屬性值

欄位加密金鑰在給定索引處

適用於