共用方式為


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.

請參閱

參考

ValidationResult 類別

Microsoft.AnalysisServices 命名空間