XmlaMessageLocation.SourceObject 属性

Gets the object that has the error.

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

语法

声明
Public ReadOnly Property SourceObject As XmlaLocationReference 
    Get
用法
Dim instance As XmlaMessageLocation 
Dim value As XmlaLocationReference 

value = instance.SourceObject
public XmlaLocationReference SourceObject { get; }
public:
property XmlaLocationReference^ SourceObject {
    XmlaLocationReference^ get ();
}
member SourceObject : XmlaLocationReference
function get SourceObject () : XmlaLocationReference

属性值

类型:Microsoft.AnalysisServices.XmlaLocationReference
The object that has the error.

请参阅

参考

XmlaMessageLocation 类

Microsoft.AnalysisServices 命名空间