ReportingService2005.RegenerateModel(String) 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:
cli::array <Microsoft::SqlServer::ReportingServices2005::Warning ^> ^ RegenerateModel(System::String ^ Model);
public Microsoft.SqlServer.ReportingServices2005.Warning[] RegenerateModel (string Model);
member this.RegenerateModel : string -> Microsoft.SqlServer.ReportingServices2005.Warning[]
Public Function RegenerateModel (Model As String) As Warning()
Parameters
- Model
- String
Returns
Warning[]