Proprietà ImpactDetail.FaultCode

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property FaultCode As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
A system.string with the error code from executing the planned operation.

Vedere anche

Riferimento

ImpactDetail Classe

Spazio dei nomi Microsoft.AnalysisServices