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);
member this.BeginSetItemDataSources : string * Microsoft.SqlServer.ReportingServices2010.DataSource[] * AsyncCallback * obj -> IAsyncResult
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

Возвращаемое значение

Применяется к