Server.UpdateObjects 方法 (array<IMajorObject )

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Sends the updates made on the Server object to the Analysis Services server.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Sub UpdateObjects ( _
    objects As IMajorObject() _
)
'用途
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[]
)

參數

請參閱

參考

Server 類別

UpdateObjects 多載

Microsoft.AnalysisServices 命名空間