Server.UpdateObjects Method (array<IMajorObject , ImpactDetailCollection)
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Sends the updates made on the Server object to the Analysis Services server.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub UpdateObjects ( _
objects As IMajorObject(), _
impactResult As ImpactDetailCollection _
)
'Usage
Dim instance As Server
Dim objects As IMajorObject()
Dim impactResult As ImpactDetailCollection
instance.UpdateObjects(objects, impactResult)
public void UpdateObjects(
IMajorObject[] objects,
ImpactDetailCollection impactResult
)
public:
void UpdateObjects(
array<IMajorObject^>^ objects,
ImpactDetailCollection^ impactResult
)
member UpdateObjects :
objects:IMajorObject[] *
impactResult:ImpactDetailCollection -> unit
public function UpdateObjects(
objects : IMajorObject[],
impactResult : ImpactDetailCollection
)
Parameters
- objects
Type: array<Microsoft.AnalysisServices.IMajorObject[]
The objects that are updated.
- impactResult
Type: Microsoft.AnalysisServices.ImpactDetailCollection
The collection to store impact information in.