コード例 #1
0
 /// <summary>
 /// Gets an error description for a specific OLAP error code.
 /// </summary>
 /// <param name="errorCode">An OLAP error code.</param>
 /// <returns>The description for the error code.</returns>
 public string GetErrorDescription(int errorCode)
 {
     return(NativeOlapApi.ErrorDescription(errorCode));
 }