Condividi tramite


Proprietà ValidationResult.SourcePath

Gets the SourcePath extracted from the Source property.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property SourcePath As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
The SourcePath extracted from the Source property.

Vedere anche

Riferimento

ValidationResult Classe

Spazio dei nomi Microsoft.AnalysisServices