ReportingService2005.SetItemDataSourcesAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| SetItemDataSourcesAsync(String, DataSource[], Object) | |
| SetItemDataSourcesAsync(String, DataSource[]) |
SetItemDataSourcesAsync(String, DataSource[], Object)
public:
void SetItemDataSourcesAsync(System::String ^ Item, cli::array <Microsoft::SqlServer::ReportingServices2005::DataSource ^> ^ DataSources, System::Object ^ userState);
public void SetItemDataSourcesAsync (string Item, Microsoft.SqlServer.ReportingServices2005.DataSource[] DataSources, object userState);
member this.SetItemDataSourcesAsync : string * Microsoft.SqlServer.ReportingServices2005.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
SetItemDataSourcesAsync(String, DataSource[])
public:
void SetItemDataSourcesAsync(System::String ^ Item, cli::array <Microsoft::SqlServer::ReportingServices2005::DataSource ^> ^ DataSources);
public void SetItemDataSourcesAsync (string Item, Microsoft.SqlServer.ReportingServices2005.DataSource[] DataSources);
member this.SetItemDataSourcesAsync : string * Microsoft.SqlServer.ReportingServices2005.DataSource[] -> unit
Public Sub SetItemDataSourcesAsync (Item As String, DataSources As DataSource())
Parametri
- Item
- String
- DataSources
- DataSource[]