共用方式為


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.

請參閱

參考

ValidationResult 類別

Microsoft.AnalysisServices 命名空間