Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the ModelComponent that is the source of the ValidationResult.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property Source As ModelComponent
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.AnalysisServices.ModelComponent
The ModelComponent that is the source of the ValidationResult.