Server.UpdateObjects 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.
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.Tabular.IMajorObject[] objects);
member this.UpdateObjects : Microsoft.AnalysisServices.Tabular.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.Tabular.IMajorObject[] objects, Microsoft.AnalysisServices.ImpactDetailCollection impactResult);
member this.UpdateObjects : Microsoft.AnalysisServices.Tabular.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.