共用方式為


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