INavigableItem.BeginRequestChildren Metode

Definisi

Memulai operasi asinkron untuk mengirimkan permintaan turunan item.

public:
 IAsyncResult ^ BeginRequestChildren(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IGetChildrenRequest ^ request, AsyncCallback ^ getChildrenCompleted);
public IAsyncResult BeginRequestChildren (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IGetChildrenRequest request, AsyncCallback getChildrenCompleted);
abstract member BeginRequestChildren : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IGetChildrenRequest * AsyncCallback -> IAsyncResult
Public Function BeginRequestChildren (request As IGetChildrenRequest, getChildrenCompleted As AsyncCallback) As IAsyncResult

Parameter

request
IGetChildrenRequest

Antarmuka yang mewakili permintaan untuk mengambil anak-anak.

getChildrenCompleted
AsyncCallback

AsyncCallback Delegasi yang mengambil anak-anak yang selesai.

Mengembalikan

Permintaan yang ditransmisikan dari anak-anak item.

Berlaku untuk