ValidationError 생성자 (IModelComponent, String, Int32)

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
Public Sub New ( _
    source As IModelComponent, _
    error As String, _
    errorCode As Integer _
)
‘사용 방법
Dim source As IModelComponent
Dim error As String
Dim errorCode As Integer

Dim instance As New ValidationError(source, _
    error, errorCode)
public ValidationError(
    IModelComponent source,
    string error,
    int errorCode
)
public:
ValidationError(
    IModelComponent^ source, 
    String^ error, 
    int errorCode
)
new : 
        source:IModelComponent * 
        error:string * 
        errorCode:int -> ValidationError
public function ValidationError(
    source : IModelComponent, 
    error : String, 
    errorCode : int
)

매개 변수