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.