Propriedade do RDL ValidationResult.Source
Gets the ModelComponent that is the source of the ValidationResult.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public ReadOnly Property Source As ModelComponent
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.AnalysisServices.ModelComponent
The ModelComponent that is the source of the ValidationResult.