Condividi tramite


ReportingService2006.SetItemDataSourcesAsync Metodo

Definizione

Overload

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())

Parametri

Item
String
DataSources
DataSource[]

Si applica a

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)

Parametri

Item
String
DataSources
DataSource[]
userState
Object

Si applica a