Condividi tramite


Proprietà ValidationResult.Source

Gets the ModelComponent that is the source of the ValidationResult.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Source As ModelComponent 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ValidationResult Classe

Spazio dei nomi Microsoft.AnalysisServices