ValidationResult.Source Property

 

Applies To: SQL Server (starting with 2016)

Gets the ModelComponent that is the source of the ValidationResult.

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

Syntax

public ModelComponent Source { get; }
public:
property ModelComponent^ Source {
    ModelComponent^ get();
}
member Source : ModelComponent with get
Public ReadOnly Property Source As ModelComponent

Property Value

Type: Microsoft.AnalysisServices.ModelComponent

The ModelComponent that is the source of the ValidationResult.

See Also

ValidationResult Class
Microsoft.AnalysisServices Namespace

Return to top