OrderedCollectionBase<T>.FindAll 메서드 (String)
Finds all elements in the collection that have the specified name.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
Public Function FindAll ( _
name As String _
) As IEnumerable(Of T)
‘사용 방법
Dim instance As OrderedCollectionBase
Dim name As String
Dim returnValue As IEnumerable(Of T)
returnValue = instance.FindAll(name)
public IEnumerable<T> FindAll(
string name
)
public:
virtual IEnumerable<T>^ FindAll(
String^ name
) sealed
abstract FindAll :
name:string -> IEnumerable<'T>
override FindAll :
name:string -> IEnumerable<'T>
public final function FindAll(
name : String
) : IEnumerable<T>
매개 변수
- name
유형: System.String
The name of the element to find.
반환 값
유형: System.Collections.Generic.IEnumerable<T>
An enumerator over all the elements that have the specified name.
구현
IMetadataCollection<T>.FindAll(String)
참고 항목
참조
Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스