Udostępnij za pośrednictwem


ModelOperationResult.XmlaResults Property

Definition

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.

Applies to