共用方式為


ValidationError.Source 屬性

Gets or sets the validation source for this instance.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property Source As IModelComponent 
    Get 
    Set
'用途
Dim instance As ValidationError 
Dim value As IModelComponent 

value = instance.Source

instance.Source = value
public IModelComponent Source { get; set; }
public:
property IModelComponent^ Source {
    IModelComponent^ get ();
    void set (IModelComponent^ value);
}
member Source : IModelComponent with get, set
function get Source () : IModelComponent 
function set Source (value : IModelComponent)

屬性值

型別:Microsoft.AnalysisServices.IModelComponent
The validation source for this instance.

請參閱

參考

ValidationError 類別

Microsoft.AnalysisServices 命名空間