ModelOperationResult.XmlaResults Property
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.
Gets the XMLA results that were returned by the Server.
public Microsoft.AnalysisServices.XmlaResultCollection XmlaResults { get; }
member this.XmlaResults : Microsoft.AnalysisServices.XmlaResultCollection
Public ReadOnly Property XmlaResults As XmlaResultCollection
Property Value
Remarks
If an actual XMLA request was not executed, than this would be a null reference (Nothing in Visual Basic). An example for such a situation is a call to Model.SaveChanges() when there are no local changes in the model.