ValidationResult.SourcePath 속성
Gets the SourcePath extracted from the Source property.
네임스페이스: 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
The SourcePath extracted from the Source property.