IGetChildrenRequest.AddResults(ICollection<INavigableItem>) 메서드

정의

결과를 반환하기 위해 요청 소비자가 사용하는 값을 검색합니다.

public:
 void AddResults(System::Collections::Generic::ICollection<Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigableItem ^> ^ batch);
public void AddResults (System.Collections.Generic.ICollection<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigableItem> batch);
abstract member AddResults : System.Collections.Generic.ICollection<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigableItem> -> unit
Public Sub AddResults (batch As ICollection(Of INavigableItem))

매개 변수

batch
ICollection<INavigableItem>

일괄 처리 컬렉션입니다.

적용 대상