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.

请参阅

参考

OperationException 类

Microsoft.AnalysisServices 命名空间