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 命名空间