ReportingService2010.BeginSetItemDataSources 方法

定義

public:
 IAsyncResult ^ BeginSetItemDataSources(System::String ^ ItemPath, cli::array <Microsoft::SqlServer::ReportingServices2010::DataSource ^> ^ DataSources, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginSetItemDataSources (string ItemPath, Microsoft.SqlServer.ReportingServices2010.DataSource[] DataSources, AsyncCallback callback, object asyncState);
Public Function BeginSetItemDataSources (ItemPath As String, DataSources As DataSource(), callback As AsyncCallback, asyncState As Object) As IAsyncResult

參數

ItemPath
String
DataSources
DataSource[]
callback
AsyncCallback
asyncState
Object

傳回

IAsyncResult

適用於