Właściwość OperationException.Results
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public ReadOnly Property Results As XmlaResultCollection
Get
'Użycie
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