Server.UpdateObjects Method

Definition

Overloads

UpdateObjects(IMajorObject[])

Infrastructure. Sends the updates made on the Server object to the Analysis Services server.

UpdateObjects(IMajorObject[], ImpactDetailCollection)

Infrastructure. Sends the updates made on the Server object to the Analysis Services server.

UpdateObjects(IMajorObject[])

Infrastructure. Sends the updates made on the Server object to the Analysis Services server.

public void UpdateObjects (Microsoft.AnalysisServices.IMajorObject[] objects);
member this.UpdateObjects : Microsoft.AnalysisServices.IMajorObject[] -> unit
Public Sub UpdateObjects (objects As IMajorObject())

Parameters

objects
IMajorObject[]

The objects that are updated.

Applies to

UpdateObjects(IMajorObject[], ImpactDetailCollection)

Infrastructure. Sends the updates made on the Server object to the Analysis Services server.

public void UpdateObjects (Microsoft.AnalysisServices.IMajorObject[] objects, Microsoft.AnalysisServices.ImpactDetailCollection impactResult);
member this.UpdateObjects : Microsoft.AnalysisServices.IMajorObject[] * Microsoft.AnalysisServices.ImpactDetailCollection -> unit
Public Sub UpdateObjects (objects As IMajorObject(), impactResult As ImpactDetailCollection)

Parameters

objects
IMajorObject[]

The objects that are updated.

impactResult
ImpactDetailCollection

The collection to store impact information in.

Applies to