ValidationErrorCollection.Add 메서드 (IModelComponent, String, ErrorPriority, Int32)
Creates and adds a ValidationError, with the specified IModelComponent value, error description, ErrorPriority value, and error code, to the end of the collection.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Function Add ( _
source As IModelComponent, _
error As String, _
priority As ErrorPriority, _
errorCode As Integer _
) As Integer
‘사용 방법
Dim instance As ValidationErrorCollection
Dim source As IModelComponent
Dim error As String
Dim priority As ErrorPriority
Dim errorCode As Integer
Dim returnValue As Integer
returnValue = instance.Add(source, error, _
priority, errorCode)
public int Add(
IModelComponent source,
string error,
ErrorPriority priority,
int errorCode
)
public:
int Add(
IModelComponent^ source,
String^ error,
ErrorPriority priority,
int errorCode
)
member Add :
source:IModelComponent *
error:string *
priority:ErrorPriority *
errorCode:int -> int
public function Add(
source : IModelComponent,
error : String,
priority : ErrorPriority,
errorCode : int
) : int
매개 변수
- source
유형: Microsoft.AnalysisServices.IModelComponent
The IModelComponent value of the ValidationError to add.
- error
유형: System.String
The error description of the ValidationError to add.
- priority
유형: Microsoft.AnalysisServices.ErrorPriority
The ErrorPriority value of the ValidationError to add.
- errorCode
유형: System.Int32
The error code of the ValidationError to add.
반환 값
유형: System.Int32
The zero-based index at which the ValidationError has been added.