ImpactDetail.FaultCode 屬性
Gets or sets the error code from executing the intended operation.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Property FaultCode As String
Get
Set
'用途
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)
屬性值
型別:System.String
A system.string with the error code from executing the planned operation.