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.