ValidationError 생성자 (IModelComponent, String)

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

구문

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

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