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)