ValidationError.Source Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the validation source for this instance.

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

Syntax

public IModelComponent Source { get; set; }
public:
property IModelComponent^ Source {
    IModelComponent^ get();
    void set(IModelComponent^ value);
}
member Source : IModelComponent with get, set
Public Property Source As IModelComponent

Property Value

Type: Microsoft.AnalysisServices.IModelComponent

The validation source for this instance.

See Also

ValidationError Class
Microsoft.AnalysisServices Namespace

Return to top