Share via


IMutableMetadataOrderedCollection(T) 인터페이스

Represents a mutable collection of metadata objects where the element ordering is preserved.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public Interface IMutableMetadataOrderedCollection(Of T As {Class, IMetadataObject}) _
    Inherits IMetadataOrderedCollection(Of T), IMutableMetadataCollection(Of T), IMetadataCollection(Of T),  _
    IEnumerable(Of T), IEnumerable
‘사용 방법
Dim instance As IMutableMetadataOrderedCollection(Of T)
public interface IMutableMetadataOrderedCollection<T> : IMetadataOrderedCollection<T>, 
    IMutableMetadataCollection<T>, IMetadataCollection<T>, IEnumerable<T>, IEnumerable
where T : class, IMetadataObject
generic<typename T>
where T : ref class, IMetadataObject
public interface class IMutableMetadataOrderedCollection : IMetadataOrderedCollection<T>, 
    IMutableMetadataCollection<T>, IMetadataCollection<T>, IEnumerable<T>, IEnumerable
type IMutableMetadataOrderedCollection<'T when 'T : not struct and IMetadataObject> =  
    interface
        interface IMetadataOrderedCollection<'T>
        interface IMutableMetadataCollection<'T>
        interface IMetadataCollection<'T>
        interface IEnumerable<'T>
        interface IEnumerable
    end
JScript는 제네릭 형식 및 메서드를 지원하지 않습니다.

유형 매개 변수

  • T
    The type of the elements in the collection, constrained to IMetadataObject.

IMutableMetadataOrderedCollection<(Of <(<'T>)>)> 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 AsMetadataObjectCollection Gets an IMetadataCollection<(Of <(<'T>)>)> object that contains this collection. (IMetadataCollection< (Of < ( <'T> ) > ) >에서 상속됨)
공용 속성 Count Gets the number of elements in the collection. (IMetadataCollection< (Of < ( <'T> ) > ) >에서 상속됨)
공용 속성 Item[ ( [ ( String] ) ] ) Gets the element in the collection by name. (IMetadataCollection< (Of < ( <'T> ) > ) >에서 상속됨)
공용 속성 Item[ ( [ ( Int32] ) ] ) Gets the element at the specified index. (IMetadataOrderedCollection< (Of < ( <'T> ) > ) >에서 상속됨)
공용 속성 Item[ ( [ ( String] ) ] ) Gets or sets the element in the collection by name. (IMutableMetadataCollection< (Of < ( <'T> ) > ) >에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Add Adds an element to the end of the collection. (IMutableMetadataCollection< (Of < ( <'T> ) > ) >에서 상속됨)
공용 메서드 AddRange Adds the elements in the specified collection to the end of this collection. (IMutableMetadataCollection< (Of < ( <'T> ) > ) >에서 상속됨)
공용 메서드 Clear Removes all elements from the collection. (IMutableMetadataCollection< (Of < ( <'T> ) > ) >에서 상속됨)
공용 메서드 Clone() () () () Creates an IMutableMetadataCollection<(Of <(<'T>)>)> instance that is a copy of this object, except for the elements. (IMutableMetadataCollection< (Of < ( <'T> ) > ) >에서 상속됨)
공용 메서드 Clone(Boolean) Creates an IMutableMetadataCollection<(Of <(<'T>)>)> instance that is a copy of this object and, if specified, also copies the elements. (IMutableMetadataCollection< (Of < ( <'T> ) > ) >에서 상속됨)
공용 메서드 Contains(String) Determines whether the collection contains an element that has the specified name. (IMetadataCollection< (Of < ( <'T> ) > ) >에서 상속됨)
공용 메서드 FindAll(Predicate< (Of < <' (T> ) > > )) Retrieves all elements in the collection that match the conditions defined by the specified predicate. (IMetadataCollection< (Of < ( <'T> ) > ) >에서 상속됨)
공용 메서드 FindAll(String) Retrieves all elements in the collection that have the specified name. (IMetadataCollection< (Of < ( <'T> ) > ) >에서 상속됨)
공용 메서드 GetEnumerator() () () () (IEnumerable< (Of < ( <'T> ) > ) >에서 상속됨)
공용 메서드 GetEnumerator() () () () (IEnumerable에서 상속됨)
공용 메서드 Remove(String) Removes the first element that has the specified name from the collection. (IMutableMetadataCollection< (Of < ( <'T> ) > ) >에서 상속됨)

맨 위로 이동