Compartir a través de


ValidationResult.Source Propiedad

Gets the ModelComponent that is the source of the ValidationResult.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: Microsoft.AnalysisServices.ModelComponent
The ModelComponent that is the source of the ValidationResult.

Vea también

Referencia

ValidationResult Clase

Espacio de nombres Microsoft.AnalysisServices