ReportingService2010.SetItemDataSourcesAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 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[]