Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the results of the operation.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property Results As XmlaResultCollection
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.XmlaResultCollection
The results of the operation.