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.