Поделиться через


Метод ReportingService2005.RegenerateModel

Updates an existing model based on changes to the data source schema.

Пространство имен:  ReportService2005
Сборка:  ReportService2005 (в ReportService2005.dll)

Синтаксис

'Декларация
Public Function RegenerateModel ( _
    Model As String _
) As Warning()
'Применение
Dim instance As ReportingService2005 
Dim Model As String 
Dim returnValue As Warning()

returnValue = instance.RegenerateModel(Model)
public Warning[] RegenerateModel(
    string Model
)
public:
array<Warning^>^ RegenerateModel(
    String^ Model
)
member RegenerateModel : 
        Model:string -> Warning[] 
public function RegenerateModel(
    Model : String
) : Warning[]

Параметры

  • Model
    Тип: System.String
    The full path and name of the model to regenerate.

Возвращаемое значение

Тип: array<ReportService2005.Warning[]
An array of Warning objects that describe any warnings that may have occurred during the generation of the model. The top-level element is Warning.

Замечания

The table below shows header and permissions information on this operation.

SOAP Headers

(In) BatchHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

UpdateContent

When called, the RegenerateModel method updates the model based on additions/changes to the data source schema.

Model item names are preserved between the existing model definition and the newly generated one.

Report that were built on the model being changed may break due to fields and entities being removed or renamed.

When the model definition is updated, custom properties stored in the model definition are propagated as custom properties on the model item in the folder namespace, and new custom property values will overwrite existing custom property values.

См. также

Справочник

ReportingService2005 Класс

Пространство имен ReportService2005