ReportingService2010.SetItemDataSourcesAsync 方法

定義

多載

SetItemDataSourcesAsync(String, DataSource[], Object)
SetItemDataSourcesAsync(String, DataSource[])

SetItemDataSourcesAsync(String, DataSource[], Object)

public:
 void SetItemDataSourcesAsync(System::String ^ ItemPath, cli::array <Microsoft::SqlServer::ReportingServices2010::DataSource ^> ^ DataSources, System::Object ^ userState);
public void SetItemDataSourcesAsync (string ItemPath, Microsoft.SqlServer.ReportingServices2010.DataSource[] DataSources, object userState);
Public Sub SetItemDataSourcesAsync (ItemPath As String, DataSources As DataSource(), userState As Object)

參數

ItemPath
String
DataSources
DataSource[]
userState
Object

適用於

SetItemDataSourcesAsync(String, DataSource[])

public:
 void SetItemDataSourcesAsync(System::String ^ ItemPath, cli::array <Microsoft::SqlServer::ReportingServices2010::DataSource ^> ^ DataSources);
public void SetItemDataSourcesAsync (string ItemPath, Microsoft.SqlServer.ReportingServices2010.DataSource[] DataSources);
Public Sub SetItemDataSourcesAsync (ItemPath As String, DataSources As DataSource())

參數

ItemPath
String
DataSources
DataSource[]

適用於