Propriété ValidationResult.Source
Gets the ModelComponent that is the source of the ValidationResult.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Source As ModelComponent
Get
'Utilisation
Dim instance As ValidationResult
Dim value As ModelComponent
value = instance.Source
public ModelComponent Source { get; }
public:
property ModelComponent^ Source {
ModelComponent^ get ();
}
member Source : ModelComponent
function get Source () : ModelComponent
Valeur de propriété
Type : Microsoft.AnalysisServices.ModelComponent
The ModelComponent that is the source of the ValidationResult.