Свойство 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.