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()

Properties

Impact

Impact that the operation caused on the Model

XmlaResults

Xmla results returned by the Server (if any) Or 'null', if there was no request sent to server or server didn't return anything

Applies to