UdtMemberCollectionBase<T> 클래스
Provides the abstract base class for a collection of IUdtMember objects.
상속 계층
System.Object
Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DictionaryCollectionBase<T, SortedList<String, T>>
Microsoft.SqlServer.Management.SqlParser.MetadataProvider.SortedListCollection<T>
Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DualTypeSortedListCollection<T, IUdtMember>
Microsoft.SqlServer.Management.SqlParser.MetadataProvider.UdtMemberCollectionBase<T>
Microsoft.SqlServer.Management.SqlParser.MetadataProvider.UdtMethodCollection
네임스페이스: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
Public MustInherit Class UdtMemberCollectionBase(Of T As {Class, IUdtMember}) _
Inherits DualTypeSortedListCollection(Of T, IUdtMember)
‘사용 방법
Dim instance As UdtMemberCollectionBase(Of T)
public abstract class UdtMemberCollectionBase<T> : DualTypeSortedListCollection<T, IUdtMember>
where T : class, IUdtMember
generic<typename T>
where T : ref class, IUdtMember
public ref class UdtMemberCollectionBase abstract : public DualTypeSortedListCollection<T, IUdtMember^>
[<AbstractClassAttribute>]
type UdtMemberCollectionBase<'T when 'T : not struct and IUdtMember> =
class
inherit DualTypeSortedListCollection<'T, IUdtMember>
end
JScript는 제네릭 형식 및 메서드를 지원하지 않습니다.
유형 매개 변수
- T
A class that implements the IUdtMember interface.
UdtMemberCollectionBase<T> 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
UdtMemberCollectionBase<T> | Initializes a new instance of UdtMemberCollectionBase<T> class that has the specified initial capacity. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
AsMetadataObjectCollection | Gets an IMetadataCollection<T> object that contains this collection. (SortedListCollection<T>에서 상속됨) | |
Count | Gets the number of elements in the collection. (DictionaryCollectionBase<T, U>에서 상속됨) | |
Item | Gets or sets the object in the collection that has the specified name. (DictionaryCollectionBase<T, U>에서 상속됨) |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Add | Adds an object to the collection using its name as the key. (DictionaryCollectionBase<T, U>에서 상속됨) | |
AddRange | Adds the elements in the specified collection to this collection. (DictionaryCollectionBase<T, U>에서 상속됨) | |
Clear | Removes all elements from the collection. (DictionaryCollectionBase<T, U>에서 상속됨) | |
Clone() | Creates an IMutableMetadataCollection<T> object that is a copy of this object, except for the elements. (DictionaryCollectionBase<T, U>에서 상속됨) | |
Clone(Boolean) | Creates an IMutableMetadataCollection<T> object that is a copy of this object and, if specified, also copies the elements. (SortedListCollection<T>에서 상속됨) | |
Contains(String) | Determines whether the specified element is in the collection. (DictionaryCollectionBase<T, U>에서 상속됨) | |
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
FindAll(Predicate<T>) | Finds all elements in the collection that match the conditions defined by the specified predicate. (DictionaryCollectionBase<T, U>에서 상속됨) | |
FindAll(String) | Finds all elements in the collection that have the specified name. (DictionaryCollectionBase<T, U>에서 상속됨) | |
GetEnumerator | Returns an enumerator that iterates through the collection. (DictionaryCollectionBase<T, U>에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
Remove(String) | Removes the object with the specified name from the collection. (DictionaryCollectionBase<T, U>에서 상속됨) | |
ToString | (Object에서 상속됨) |
맨 위로 이동
명시적 인터페이스 구현
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
참고 항목
참조
Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스