Share via


ModelOperationResult Class

Definition

Represents result of the operation on Model, such as Sync(), SaveChanges()

public class ModelOperationResult
type ModelOperationResult = class
Public Class ModelOperationResult
Inheritance
ModelOperationResult

Constructors

ModelOperationResult()
Obsolete.

DEPRECATED: the ModelOperationResult should not created outside the Analysis-Services internal logic.

Properties

Empty

Gets an empty operation result that indicates that no operation was actually done.

Impact

Gets the impact that the operation caused on the Model.

XmlaResults

Gets the XMLA results that were returned by the Server.

Applies to