ReportingService2006.BeginSetDataSourceContents 方法

定义

public:
 IAsyncResult ^ BeginSetDataSourceContents(System::String ^ DataSource, Microsoft::SqlServer::ReportingServices2006::DataSourceDefinition ^ Definition, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginSetDataSourceContents (string DataSource, Microsoft.SqlServer.ReportingServices2006.DataSourceDefinition Definition, AsyncCallback callback, object asyncState);
member this.BeginSetDataSourceContents : string * Microsoft.SqlServer.ReportingServices2006.DataSourceDefinition * AsyncCallback * obj -> IAsyncResult
Public Function BeginSetDataSourceContents (DataSource As String, Definition As DataSourceDefinition, callback As AsyncCallback, asyncState As Object) As IAsyncResult

参数

DataSource
String
callback
AsyncCallback
asyncState
Object

返回

适用于