다음을 통해 공유


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

반환

적용 대상