Interfaccia IMetadataOrderedCollection(T)
Represents a collection of metadata objects where the element ordering is preserved.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
Public Interface IMetadataOrderedCollection(Of T As IMetadataObject) _
Inherits IMetadataCollection(Of T), IEnumerable(Of T), IEnumerable
'Utilizzo
Dim instance As IMetadataOrderedCollection(Of T)
public interface IMetadataOrderedCollection<T> : IMetadataCollection<T>,
IEnumerable<T>, IEnumerable
where T : IMetadataObject
generic<typename T>
where T : IMetadataObject
public interface class IMetadataOrderedCollection : IMetadataCollection<T>,
IEnumerable<T>, IEnumerable
type IMetadataOrderedCollection<'T when 'T : IMetadataObject> =
interface
interface IMetadataCollection<'T>
interface IEnumerable<'T>
interface IEnumerable
end
JScript non supporta i metodi e i tipi generici.
Parametri di tipo
- T
The type of the elements in the collection, constrained to IMetadataObject.
Nel tipo IMetadataOrderedCollection<(Of <(<'T>)>)> sono esposti i membri seguenti.
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
AsMetadataObjectCollection | Gets an IMetadataCollection<(Of <(<'T>)>)> object that contains this collection. Ereditato da IMetadataCollection< (Of < ( <'T> ) > ) >. |
![]() |
Count | Gets the number of elements in the collection. Ereditato da IMetadataCollection< (Of < ( <'T> ) > ) >. |
![]() |
Item[ ( [ ( String] ) ] ) | Gets the element in the collection by name. Ereditato da IMetadataCollection< (Of < ( <'T> ) > ) >. |
![]() |
Item[ ( [ ( Int32] ) ] ) | Gets the element at the specified index. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Contains(String) | Determines whether the collection contains an element that has the specified name. Ereditato da IMetadataCollection< (Of < ( <'T> ) > ) >. |
![]() |
FindAll(Predicate< (Of < <' (T> ) > > )) | Retrieves all elements in the collection that match the conditions defined by the specified predicate. Ereditato da IMetadataCollection< (Of < ( <'T> ) > ) >. |
![]() |
FindAll(String) | Retrieves all elements in the collection that have the specified name. Ereditato da IMetadataCollection< (Of < ( <'T> ) > ) >. |
![]() |
GetEnumerator() () () () | Ereditato da IEnumerable< (Of < ( <'T> ) > ) >. |
![]() |
GetEnumerator() () () () | Ereditato da IEnumerable. |
In alto
.gif)
.gif)