XmlaResultCollection.ContainsErrors Property

 

Applies To: SQL Server (starting with 2016)

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

Syntax

public bool ContainsErrors { get; }
public:
property bool ContainsErrors {
    bool get();
}
member ContainsErrors : bool with get
Public ReadOnly Property ContainsErrors As Boolean

Property Value

Type: System.Boolean

See Also

XmlaResultCollection Class
Microsoft.AnalysisServices Namespace

Return to top