Propriété ImpactDetail.FaultCode
Gets or sets the error code from executing the intended operation.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property FaultCode As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
A system.string with the error code from executing the planned operation.