ImpactDetailCollection.GetInvalidObjects Method ()

 

Applies To: SQL Server 2016 Preview

Get an ArrayList containing invalid objects.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public ArrayList GetInvalidObjects()
public:
ArrayList^ GetInvalidObjects()
member GetInvalidObjects : unit -> ArrayList
Public Function GetInvalidObjects As ArrayList

Return Value

Type: System.Collections.ArrayList

An ArrayList containing invalid objects.

See Also

ImpactDetailCollection Class
Microsoft.AnalysisServices Namespace

Return to top