ImpactDetail.FaultCode Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the error code from executing the intended operation.

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

Syntax

public string FaultCode { get; set; }
public:
property String^ FaultCode {
    String^ get();
    void set(String^ value);
}
member FaultCode : string with get, set
Public Property FaultCode As String

Property Value

Type: System.String

A system.string with the error code from executing the planned operation.

See Also

ImpactDetail Class
Microsoft.AnalysisServices Namespace

Return to top