ModelOperationResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |