ImpactDetail.FaultCode Property
Gets or sets the error code from executing the intended operation.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property FaultCode As String
Get
Set
'Usage
Dim instance As ImpactDetail
Dim value As String
value = instance.FaultCode
instance.FaultCode = value
public string FaultCode { get; set; }
public:
property String^ FaultCode {
String^ get ();
void set (String^ value);
}
member FaultCode : string with get, set
function get FaultCode () : String
function set FaultCode (value : String)
Property Value
Type: System.String
A system.string with the error code from executing the planned operation.