SfcReferenceCollection<K,T,S> 클래스

정의

모든 도메인 컬렉션에 대한 Sfc 컬렉션 기반입니다. 부모 개체와 컬렉션 또는 요소 개체 간의 모든 necesssary 핸드셰이크를 추상화합니다.

public abstract class SfcReferenceCollection<K,T,S> : Microsoft.SqlServer.Management.Sdk.Sfc.IReadOnlyCollection<T>, Microsoft.SqlServer.Management.Sdk.Sfc.IReadOnlyDictionary<K,T>, System.Collections.Generic.IEnumerable<T>, System.ComponentModel.IListSource where K : IComparable<K> where T : SfcInstance where S : SfcInstance
type SfcReferenceCollection<'K, 'T, 'S (requires 'K :> IComparable<'K> and 'T :> SfcInstance and 'S :> SfcInstance)> = class
    interface IReadOnlyDictionary<'K, 'T (requires 'K :> IComparable<'K> and 'T :> SfcInstance)>
    interface IReadOnlyCollection<'T (requires 'T :> SfcInstance)>
    interface IReadOnlyCollection
    interface IEnumerable
    interface seq<'T (requires 'T :> SfcInstance)>
    interface IListSource
Public MustInherit Class SfcReferenceCollection(Of K, T, S)
Implements IEnumerable(Of T), IListSource, IReadOnlyCollection(Of T), IReadOnlyDictionary(Of K, T)

형식 매개 변수

K

대상 컬렉션의 키 형식입니다.

T

대상 컬렉션의 요소 형식입니다.

S

컬렉션 소유자의 형식입니다.

상속
SfcReferenceCollection<K,T,S>
구현

생성자

Name Description
SfcReferenceCollection<K,T,S>(S, ISfcReferenceCollectionResolver<T,S>, IComparer<K>)

인스턴스 참조 컬렉션을 만듭니다.

속성

Name Description
Count

모든 도메인 컬렉션에 대한 Sfc 컬렉션 기반입니다. 부모 개체와 컬렉션 또는 요소 개체 간의 모든 necesssary 핸드셰이크를 추상화합니다.

Item[K]

모든 도메인 컬렉션에 대한 Sfc 컬렉션 기반입니다. 부모 개체와 컬렉션 또는 요소 개체 간의 모든 necesssary 핸드셰이크를 추상화합니다.

Keys

모든 도메인 컬렉션에 대한 Sfc 컬렉션 기반입니다. 부모 개체와 컬렉션 또는 요소 개체 간의 모든 necesssary 핸드셰이크를 추상화합니다.

Values

모든 도메인 컬렉션에 대한 Sfc 컬렉션 기반입니다. 부모 개체와 컬렉션 또는 요소 개체 간의 모든 necesssary 핸드셰이크를 추상화합니다.

메서드

Name Description
Contains(T)

모든 도메인 컬렉션에 대한 Sfc 컬렉션 기반입니다. 부모 개체와 컬렉션 또는 요소 개체 간의 모든 necesssary 핸드셰이크를 추상화합니다.

ContainsKey(K)

모든 도메인 컬렉션에 대한 Sfc 컬렉션 기반입니다. 부모 개체와 컬렉션 또는 요소 개체 간의 모든 necesssary 핸드셰이크를 추상화합니다.

CopyTo(T[], Int32)

모든 도메인 컬렉션에 대한 Sfc 컬렉션 기반입니다. 부모 개체와 컬렉션 또는 요소 개체 간의 모든 necesssary 핸드셰이크를 추상화합니다.

GetEnumerator()

모든 도메인 컬렉션에 대한 Sfc 컬렉션 기반입니다. 부모 개체와 컬렉션 또는 요소 개체 간의 모든 necesssary 핸드셰이크를 추상화합니다.

GetKeyFromValue(T)

파생 형식은 이를 구현하여 항목 값에서 키를 가져옵니다.

Refresh()

모든 도메인 컬렉션에 대한 Sfc 컬렉션 기반입니다. 부모 개체와 컬렉션 또는 요소 개체 간의 모든 necesssary 핸드셰이크를 추상화합니다.

TryGetValue(K, T)

모든 도메인 컬렉션에 대한 Sfc 컬렉션 기반입니다. 부모 개체와 컬렉션 또는 요소 개체 간의 모든 necesssary 핸드셰이크를 추상화합니다.

명시적 인터페이스 구현

Name Description
IEnumerable<T>.GetEnumerator()

모든 도메인 컬렉션에 대한 Sfc 컬렉션 기반입니다. 부모 개체와 컬렉션 또는 요소 개체 간의 모든 necesssary 핸드셰이크를 추상화합니다.

IListSource.ContainsListCollection

모든 도메인 컬렉션에 대한 Sfc 컬렉션 기반입니다. 부모 개체와 컬렉션 또는 요소 개체 간의 모든 necesssary 핸드셰이크를 추상화합니다.

IListSource.GetList()

모든 도메인 컬렉션에 대한 Sfc 컬렉션 기반입니다. 부모 개체와 컬렉션 또는 요소 개체 간의 모든 necesssary 핸드셰이크를 추상화합니다.

적용 대상