Свойство ValidationResult.Source
Gets the ModelComponent that is the source of the ValidationResult.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public ReadOnly Property Source As ModelComponent
Get
'Применение
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
Значение свойства
Тип: Microsoft.AnalysisServices.ModelComponent
The ModelComponent that is the source of the ValidationResult.