XmlaError.CallStack 属性

Gets the call stack of the current error.

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

语法

声明
Public ReadOnly Property CallStack As String 
    Get
用法
Dim instance As XmlaError 
Dim value As String 

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

属性值

类型:System.String
The call stack of the current error.

请参阅

参考

XmlaError 类

Microsoft.AnalysisServices 命名空间