ValidationResult.SourcePath プロパティ
Source プロパティから抽出された SourcePath を取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public ReadOnly Property SourcePath As String
Get
'使用
Dim instance As ValidationResult
Dim value As String
value = instance.SourcePath
public string SourcePath { get; }
public:
property String^ SourcePath {
String^ get ();
}
member SourcePath : string
function get SourcePath () : String
プロパティ値
型: System.String
Source プロパティから抽出された SourcePath です。