Share via


Server.UpdateObjects Method (array<IMajorObject )

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() _
)
'Usage
Dim instance As Server 
Dim objects As IMajorObject()

instance.UpdateObjects(objects)
public void UpdateObjects(
    IMajorObject[] objects
)
public:
void UpdateObjects(
    array<IMajorObject^>^ objects
)
member UpdateObjects : 
        objects:IMajorObject[] -> unit
public function UpdateObjects(
    objects : IMajorObject[]
)

Parameters

See Also

Reference

Server Class

UpdateObjects Overload

Microsoft.AnalysisServices Namespace