ReportingService2006.RegenerateModel 메서드

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

네임스페이스:  ReportService2006
어셈블리:  ReportService2006(ReportService2006.dll)

구문

‘선언
Public Function RegenerateModel ( _
    Model As String _
) As Warning()
‘사용 방법
Dim instance As ReportingService2006 
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 fully qualified URL of the model including the file name and extension (.smdl).

반환 값

유형: array<ReportService2006.Warning[]
An array of Warning objects which describe any warnings that may have occurred during the generation of the model.

주의

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

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

EditListItems

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

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

Reports that were built against the model being changed can break if fields or entities are 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. New custom property values will overwrite existing custom property values.

참고 항목

참조

ReportingService2006 클래스

ReportService2006 네임스페이스