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.