Метод FindAll (String)
Retrieves all elements in the collection that have the specified name.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Function FindAll ( _
name As String _
) As IEnumerable(Of T)
'Применение
Dim instance As IMetadataCollection
Dim name As String
Dim returnValue As IEnumerable(Of T)
returnValue = instance.FindAll(name)
IEnumerable<T> FindAll(
string name
)
IEnumerable<T>^ FindAll(
String^ name
)
abstract FindAll :
name:string -> IEnumerable<'T>
function FindAll(
name : String
) : IEnumerable<T>
Параметры
- name
Тип: System. . :: . .String
The element name to find.
Возвращаемое значение
Тип: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'T> ) > ) >
An enumerator over all the elements that have the specified name.