ReportingService2006.SetItemDataSources(String, DataSource[]) 方法

定义

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

参数

Item
String
DataSources
DataSource[]

适用于