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 네임스페이스