ValidationResult.Source プロパティ
ValidationResult のソースである ModelComponent を取得します。
名前空間: 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
ValidationResult のソースである ModelComponent です。