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>

参数

返回值

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