Свойство 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.