Propriété OperationException.Results
Gets or sets the results of the operation.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Results As XmlaResultCollection
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.AnalysisServices.XmlaResultCollection
The results of the operation.