Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
- objects
Type: array<Microsoft.AnalysisServices.IMajorObject[]
The objects that are updated.