Share via


ReportingService2006.SetItemDataSourcesAsync メソッド

定義

オーバーロード

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

SetItemDataSourcesAsync(String, DataSource[])

public:
 void SetItemDataSourcesAsync(System::String ^ Item, cli::array <Microsoft::SqlServer::ReportingServices2006::DataSource ^> ^ DataSources);
public void SetItemDataSourcesAsync (string Item, Microsoft.SqlServer.ReportingServices2006.DataSource[] DataSources);
member this.SetItemDataSourcesAsync : string * Microsoft.SqlServer.ReportingServices2006.DataSource[] -> unit
Public Sub SetItemDataSourcesAsync (Item As String, DataSources As DataSource())

パラメーター

Item
String
DataSources
DataSource[]

適用対象

SetItemDataSourcesAsync(String, DataSource[], Object)

public:
 void SetItemDataSourcesAsync(System::String ^ Item, cli::array <Microsoft::SqlServer::ReportingServices2006::DataSource ^> ^ DataSources, System::Object ^ userState);
public void SetItemDataSourcesAsync (string Item, Microsoft.SqlServer.ReportingServices2006.DataSource[] DataSources, object userState);
member this.SetItemDataSourcesAsync : string * Microsoft.SqlServer.ReportingServices2006.DataSource[] * obj -> unit
Public Sub SetItemDataSourcesAsync (Item As String, DataSources As DataSource(), userState As Object)

パラメーター

Item
String
DataSources
DataSource[]
userState
Object

適用対象