Metodo Server.UpdateObjects (array<IMajorObject )
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Sends the updates made on the Server object to the Analysis Services server.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Sub UpdateObjects ( _
objects As IMajorObject() _
)
'Utilizzo
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[]
)
Parametri
- objects
Tipo: array<Microsoft.AnalysisServices.IMajorObject[]
The objects that are updated.