예제 #1
0
 /// <summary>
 /// Starts the OLAP load from source function.
 /// </summary>
 /// <returns>True, if successful; false, otherwise.</returns>
 public bool StartLoadFromSource()
 {
     return(NativeOlapApi.StartLoadFromSource(_store.ClientSlot, _serverHandle, "1"));
 }