Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the ValidationError class.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
source As IModelComponent, _
error As String _
)
'Usage
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
)
Parameter
- source
Typ: Microsoft.AnalysisServices.IModelComponent
The validation source.
- error
Typ: System.String
The validation error.