Partager via


Méthode FindAll (String)

Retrieves all elements in the collection that have the specified name.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Function FindAll ( _
    name As String _
) As IEnumerable(Of T)
'Utilisation
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>

Paramètres

Valeur de retour

Type : System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'T> ) > ) >
An enumerator over all the elements that have the specified name.