Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.