Compartir a través de


OperationException.Results Propiedad

Gets or sets the results of the operation.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public ReadOnly Property Results As XmlaResultCollection 
    Get
'Uso
Dim instance As OperationException 
Dim value As XmlaResultCollection 

value = instance.Results
public XmlaResultCollection Results { get; }
public:
property XmlaResultCollection^ Results {
    XmlaResultCollection^ get ();
}
member Results : XmlaResultCollection
function get Results () : XmlaResultCollection

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.XmlaResultCollection
The results of the operation.

Vea también

Referencia

OperationException Clase

Espacio de nombres Microsoft.AnalysisServices