SfcListCollection<T,K,ParentT> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>(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>) |