共用方式為


ValidationError.ErrorCode 屬性

Gets or sets the error code.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property ErrorCode As Integer 
    Get 
    Set
'用途
Dim instance As ValidationError 
Dim value As Integer 

value = instance.ErrorCode

instance.ErrorCode = value
public int ErrorCode { get; set; }
public:
property int ErrorCode {
    int get ();
    void set (int value);
}
member ErrorCode : int with get, set
function get ErrorCode () : int 
function set ErrorCode (value : int)

屬性值

型別:System.Int32
The error code.

請參閱

參考

ValidationError 類別

Microsoft.AnalysisServices 命名空間