SfcListCollection<T,K,ParentT> クラス

定義

public abstract class SfcListCollection<T,K,ParentT> : Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollection<T,K,ParentT>, System.Collections.Generic.IEnumerable<T> where T : SfcInstance where K : SfcKey where ParentT : SfcInstance
type SfcListCollection<'T, 'K, 'ParentT (requires 'T :> SfcInstance and 'K :> SfcKey and 'ParentT :> SfcInstance)> = class
    inherit SfcCollection<'T, 'K, 'ParentT (requires 'T :> SfcInstance and 'K :> SfcKey and 'ParentT :> SfcInstance)>
    interface seq<'T (requires 'T :> SfcInstance)>
    interface IEnumerable
Public MustInherit Class SfcListCollection(Of T, K, ParentT)
Inherits SfcCollection(Of T, K, ParentT)
Implements IEnumerable(Of T)

型パラメーター

T
K
ParentT
継承
SfcListCollection<T,K,ParentT>
実装

コンストラクター

名前 説明
SfcListCollection<T,K,ParentT>(ParentT)

プロパティ

名前 説明
Count
Initialized (継承元 SfcCollection<T,K,ParentT>)
IsReadOnly
IsSynchronized (継承元 SfcCollection<T,K,ParentT>)
Item[K] (継承元 SfcCollection<T,K,ParentT>)
Parent (継承元 SfcCollection<T,K,ParentT>)
SyncRoot (継承元 SfcCollection<T,K,ParentT>)

メソッド

名前 説明
Add(T)

obj をコレクションに追加します。

(継承元 SfcCollection<T,K,ParentT>)
AddImpl(T)
AddShadow(T)
Clear()
Contains(K)
Contains(T)
CopyTo(Array, Int32) (継承元 SfcCollection<T,K,ParentT>)
CopyTo(T[], Int32)
CreateAndInitializeChildObject(K) (継承元 SfcCollection<T,K,ParentT>)
EnsureCollectionInitialized() (継承元 SfcCollection<T,K,ParentT>)
FinishMerge()
GetCollectionElementNameImpl() (継承元 SfcCollection<T,K,ParentT>)
GetElementFactoryImpl() (継承元 SfcCollection<T,K,ParentT>)
GetEnumerator()
GetExistingObjectByKey(K)
GetInternalCollectionImpl()
GetObjectByKey(K)
InitInnerCollection()
PrepareMerge()
Refresh() (継承元 SfcCollection<T,K,ParentT>)
Refresh(Boolean) (継承元 SfcCollection<T,K,ParentT>)
Remove(T)
RemoveImpl(T)
RemoveInternal(T)

キーによって指定された項目を削除します。 既存のオブジェクトは、親が変更または削除されたときに、削除のために ToBeDropped の状態でマークされます。 その時点で、マークされたオブジェクトはコレクションから削除されます。 保留中、なし、または破棄されたオブジェクトは、コレクションからすぐに削除されます。

(継承元 SfcCollection<T,K,ParentT>)
Rename(T, K) (継承元 SfcCollection<T,K,ParentT>)

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

名前 説明
IEnumerable.GetEnumerator() (継承元 SfcCollection<T,K,ParentT>)
IListSource.ContainsListCollection (継承元 SfcCollection<T,K,ParentT>)
IListSource.GetList() (継承元 SfcCollection<T,K,ParentT>)
ISfcCollection.Add(SfcInstance) (継承元 SfcCollection<T,K,ParentT>)
ISfcCollection.AddShadow(SfcInstance) (継承元 SfcCollection<T,K,ParentT>)
ISfcCollection.Count (継承元 SfcCollection<T,K,ParentT>)
ISfcCollection.EnsureInitialized() (継承元 SfcCollection<T,K,ParentT>)
ISfcCollection.FinishMerge() (継承元 SfcCollection<T,K,ParentT>)
ISfcCollection.GetCollectionElementNameImpl() (継承元 SfcCollection<T,K,ParentT>)
ISfcCollection.GetElementFactory() (継承元 SfcCollection<T,K,ParentT>)
ISfcCollection.GetExisting(SfcKey, SfcInstance) (継承元 SfcCollection<T,K,ParentT>)
ISfcCollection.GetObjectByKey(SfcKey) (継承元 SfcCollection<T,K,ParentT>)
ISfcCollection.Initialized (継承元 SfcCollection<T,K,ParentT>)
ISfcCollection.Parent (継承元 SfcCollection<T,K,ParentT>)
ISfcCollection.PrepareMerge() (継承元 SfcCollection<T,K,ParentT>)
ISfcCollection.Remove(SfcInstance) (継承元 SfcCollection<T,K,ParentT>)
ISfcCollection.RemoveElement(SfcInstance) (継承元 SfcCollection<T,K,ParentT>)
ISfcCollection.Rename(SfcInstance, SfcKey) (継承元 SfcCollection<T,K,ParentT>)

適用対象