AdomdError.CallStack 属性
Gets the call stack for the AdomdError.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)
语法
声明
Public ReadOnly Property CallStack As String
Get
用法
Dim instance As AdomdError
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 for the AdomdError.