Propriété ValidationResult.SourcePath
Gets the SourcePath extracted from the Source property.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property SourcePath As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
The SourcePath extracted from the Source property.