ValidationResult.SourceType 属性

Gets the SourceType extracted from the Source property.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public ReadOnly Property SourceType As String 
    Get
用法
Dim instance As ValidationResult 
Dim value As String 

value = instance.SourceType
public string SourceType { get; }
public:
property String^ SourceType {
    String^ get ();
}
member SourceType : string
function get SourceType () : String

属性值

类型:System.String
The SourceType extracted from the Source property.

请参阅

参考

ValidationResult 类

Microsoft.AnalysisServices 命名空间