ReportingService2005.PrepareQuery Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::SqlServer::ReportingServices2005::DataSetDefinition ^ PrepareQuery(Microsoft::SqlServer::ReportingServices2005::DataSource ^ DataSource, Microsoft::SqlServer::ReportingServices2005::DataSetDefinition ^ DataSet, [Runtime::InteropServices::Out] bool % Changed, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % ParameterNames);
public Microsoft.SqlServer.ReportingServices2005.DataSetDefinition PrepareQuery (Microsoft.SqlServer.ReportingServices2005.DataSource DataSource, Microsoft.SqlServer.ReportingServices2005.DataSetDefinition DataSet, out bool Changed, out string[] ParameterNames);
member this.PrepareQuery : Microsoft.SqlServer.ReportingServices2005.DataSource * Microsoft.SqlServer.ReportingServices2005.DataSetDefinition * bool * String[] -> Microsoft.SqlServer.ReportingServices2005.DataSetDefinition
Public Function PrepareQuery (DataSource As DataSource, DataSet As DataSetDefinition, ByRef Changed As Boolean, ByRef ParameterNames As String()) As DataSetDefinition
Parameters
- DataSource
- DataSource
- DataSet
- DataSetDefinition
- Changed
- Boolean
- ParameterNames
- String[]