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 命名空间