ColumnEncryptionKeyValueCollectionBase クラス

定義

ColumnEncryptionKeyValueCollectionBase

public abstract class ColumnEncryptionKeyValueCollectionBase : Microsoft.SqlServer.Management.Smo.SortedListCollectionBase
type ColumnEncryptionKeyValueCollectionBase = class
    inherit SortedListCollectionBase
Public MustInherit Class ColumnEncryptionKeyValueCollectionBase
Inherits SortedListCollectionBase
継承
派生

フィールド

名前 説明
initialized

ColumnEncryptionKeyValueCollectionBase

(継承元 AbstractCollectionBase)

プロパティ

名前 説明
Count

ColumnEncryptionKeyValueCollectionBase

(継承元 SmoCollectionBase)
IsSynchronized

ColumnEncryptionKeyValueCollectionBase

(継承元 SmoCollectionBase)
ParentInstance

ColumnEncryptionKeyValueCollectionBase

(継承元 AbstractCollectionBase)
SyncRoot

ColumnEncryptionKeyValueCollectionBase

(継承元 SmoCollectionBase)

メソッド

名前 説明
AddExisting(SqlSmoObject)

ColumnEncryptionKeyValueCollectionBase

(継承元 AbstractCollectionBase)
AddImpl(SqlSmoObject)

ColumnEncryptionKeyValueCollectionBase

(継承元 SortedListCollectionBase)
ClearAndInitialize(String, IEnumerable<String>)

古いオブジェクトをクリアし、コレクションを初期化します。 Refresh() とは異なり、コレクションに既に一覧表示されているすべてのオブジェクトは、新しいバージョンに置き換えられます。 コレクション内のすべてのオブジェクトに必要なプロパティの完全なセットがあることを確認するには、このメソッドを使用します。

(継承元 SmoCollectionBase)
Contains(Int32)

Contains メソッド

GetCollectionElementType()

ColumnEncryptionKeyValueCollectionBase

(継承元 SmoCollectionBase)
GetEnumerator()

コレクションが既定のプロパティで初期化されていることを確認した後、列挙子を返します。

(継承元 SmoCollectionBase)
GetItemById(Int32, String)

ColumnEncryptionKeyValueCollectionBase

(継承元 SmoCollectionBase)
GetItemById(Int32)

ColumnEncryptionKeyValueCollectionBase

(継承元 SmoCollectionBase)
GetObjectByIndex(Int32)

ColumnEncryptionKeyValueCollectionBase

(継承元 SmoCollectionBase)
ImplAddExisting(SqlSmoObject)

ColumnEncryptionKeyValueCollectionBase

(継承元 SortedListCollectionBase)
InitializeChildCollection()

子コレクションを初期化する

(継承元 SmoCollectionBase)
InitializeChildCollection(Boolean)

必要に応じてすべての古いオブジェクトを保持して、子コレクションを初期化します。

(継承元 SmoCollectionBase)
InitInnerCollection()

内部ストレージ

Refresh()

ColumnEncryptionKeyValueCollectionBase

(継承元 SmoCollectionBase)
Refresh(Boolean)

ColumnEncryptionKeyValueCollectionBase

(継承元 SmoCollectionBase)
ResetCollection()

コレクションを空にするが、データの取得を試みない

(継承元 SmoCollectionBase)
ValidateParentObject(SqlSmoObject)

ColumnEncryptionKeyValueCollectionBase

(継承元 SmoCollectionBase)

明示的なインターフェイスの実装

名前 説明
ICollection.CopyTo(Array, Int32)

ColumnEncryptionKeyValueCollectionBase

(継承元 SmoCollectionBase)

適用対象