Partager via


Constructeur ValidationError (IModelComponent, String, Int32)

Initializes a new instance of the ValidationError class.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    source As IModelComponent, _
    error As String, _
    errorCode As Integer _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

ValidationError Classe

Surcharge ValidationError

Espace de noms Microsoft.AnalysisServices