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