ErrorCode 屬性
命名空間: 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)