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
| Add(ColumnEncryptionKeyValue) |
Adds the CEK value to the collection. |
| AddExisting(SqlSmoObject) | (Inherited from AbstractCollectionBase) |
| AddImpl(SqlSmoObject) | (Inherited from SortedListCollectionBase) |
| ClearAndInitialize(String, IEnumerable<String>) |
Clears old objects and initializes the collection. Unlike Refresh(), any objects already listed in the collection will be replaced with new versions. Use this method to assure all the objects in the collection have the complete set of properties you want. (Inherited from SmoCollectionBase) |
| Contains(Int32) |
Contains Method (Inherited from ColumnEncryptionKeyValueCollectionBase) |
| CopyTo(ColumnEncryptionKeyValue[], Int32) |
Copies the collection to an arryay |
| GetCollectionElementType() | (Inherited from SmoCollectionBase) |
| GetEnumerator() |
Returns an enumerator after making sure the collection is initialized with the default properties (Inherited from SmoCollectionBase) |
| GetItemByColumnMasterKeyID(Int32) |
Gets the column encryption key value for a given column master key id |
| GetItemById(Int32, String) | (Inherited from SmoCollectionBase) |
| GetItemById(Int32) | (Inherited from SmoCollectionBase) |
| GetObjectByIndex(Int32) | (Inherited from SmoCollectionBase) |
| ImplAddExisting(SqlSmoObject) | (Inherited from SortedListCollectionBase) |
| InitializeChildCollection() |
Initialize the child collection (Inherited from SmoCollectionBase) |
| InitializeChildCollection(Boolean) |
Initializes the child collection, optionally keeping all the old objects (Inherited from SmoCollectionBase) |
| InitInnerCollection() |
Internal Storage (Inherited from ColumnEncryptionKeyValueCollectionBase) |
| Refresh() | (Inherited from SmoCollectionBase) |
| Refresh(Boolean) | (Inherited from SmoCollectionBase) |
| ResetCollection() |
Empties the collection but doesn't attempt to retrieve any data (Inherited from SmoCollectionBase) |
| ValidateParentObject(SqlSmoObject) | (Inherited from SmoCollectionBase) |
Explicit Interface Implementations
| ICollection.CopyTo(Array, Int32) | (Inherited from SmoCollectionBase) |