Condividi tramite


Proprietà OperationException.Results

Gets or sets the results of the operation.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Results As XmlaResultCollection 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

OperationException Classe

Spazio dei nomi Microsoft.AnalysisServices