ValidationError.Source プロパティ
このインスタンスの検証のソースを取得します。値の設定も可能です。
名前空間: 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
このインスタンスの検証のソースです。