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.