Share via


IMetadataCollection<T>.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<T>
An enumerator over all the elements that have the specified name.

참고 항목

참조

IMetadataCollection<T> 인터페이스

FindAll 오버로드

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스