Свойство OperationException.Results
Gets or sets the results of the operation.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public ReadOnly Property Results As XmlaResultCollection
Get
'Применение
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
Значение свойства
Тип: Microsoft.AnalysisServices.XmlaResultCollection
The results of the operation.