Constructeur ValidationError (IModelComponent, String, ErrorPriority, Int32)
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
source As IModelComponent, _
error As String, _
priority As ErrorPriority, _
errorCode As Integer _
)
'Utilisation
Dim source As IModelComponent
Dim error As String
Dim priority As ErrorPriority
Dim errorCode As Integer
Dim instance As New ValidationError(source, _
error, priority, errorCode)
public ValidationError(
IModelComponent source,
string error,
ErrorPriority priority,
int errorCode
)
public:
ValidationError(
IModelComponent^ source,
String^ error,
ErrorPriority priority,
int errorCode
)
new :
source:IModelComponent *
error:string *
priority:ErrorPriority *
errorCode:int -> ValidationError
public function ValidationError(
source : IModelComponent,
error : String,
priority : ErrorPriority,
errorCode : int
)
Paramètres
- source
Type : Microsoft.AnalysisServices. . :: . .IModelComponent
- error
Type : System. . :: . .String
- priority
Type : Microsoft.AnalysisServices. . :: . .ErrorPriority
- errorCode
Type : System. . :: . .Int32
Voir aussi