ColumnEncryptionKeyValueCollection Class
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.
Strongly typed list of MAPPED_TYPE objects Has strongly typed support for all of the methods of the sorted list class
public sealed class ColumnEncryptionKeyValueCollection : Microsoft.SqlServer.Management.Smo.ColumnEncryptionKeyValueCollectionBase
type ColumnEncryptionKeyValueCollection = class
inherit ColumnEncryptionKeyValueCollectionBase
Public NotInheritable Class ColumnEncryptionKeyValueCollection
Inherits ColumnEncryptionKeyValueCollectionBase
- Inheritance
-
ColumnEncryptionKeyValueCollection
Fields
initialized | (Inherited from AbstractCollectionBase) |
Properties
Count | (Inherited from SmoCollectionBase) |
IsSynchronized | (Inherited from SmoCollectionBase) |
Item[Int32] |
Returns the column encryption key value for a given index |
Parent |
Returns the parent object |
ParentInstance | (Inherited from AbstractCollectionBase) |
SyncRoot | (Inherited from SmoCollectionBase) |
Methods
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32) | (Inherited from SmoCollectionBase) |