ImpactDetailCollection.GetUnprocessedObjects Method ()
Applies To: SQL Server (starting with 2016)
Get an ArrayList containing unprocessed objects.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public ArrayList GetUnprocessedObjects()
public:
ArrayList^ GetUnprocessedObjects()
member GetUnprocessedObjects : unit -> ArrayList
Public Function GetUnprocessedObjects As ArrayList
Return Value
Type: System.Collections.ArrayList
An ArrayList containing unprocessed objects.
See Also
ImpactDetailCollection Class
Microsoft.AnalysisServices Namespace
Return to top