ValidationError Constructor (IModelComponent, String)

 

Applies To: SQL Server (starting with 2016)

Initializes a new instance of the ValidationError class.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public ValidationError(
    IModelComponent source,
    string error
)
public:
ValidationError(
    IModelComponent^ source,
    String^ error
)
new : 
        source:IModelComponent *
        error:string -> ValidationError
Public Sub New (
    source As IModelComponent,
    error As String
)

Parameters

See Also

ValidationError Overload
ValidationError Class
Microsoft.AnalysisServices Namespace

Return to top