FaultCode Propiedad
Gets or sets the error code from executing the intended operation.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Property FaultCode As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System. . :: . .String
A system.string with the error code from executing the planned operation.