Método FindAll (String)
Retrieves all elements in the collection that have the specified name.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Function FindAll ( _
name As String _
) As IEnumerable(Of T)
'Uso
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>
Parâmetros
- name
Tipo: System. . :: . .String
The element name to find.
Valor de retorno
Tipo: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'T> ) > ) >
An enumerator over all the elements that have the specified name.