'宣言 Public Shared Function ExecCube( _ ByVal connection As System.String, _ ByVal cubeName As System.String, _ ByVal view As System.Collections.Generic.Dictionary(Of String,Object), _ ByVal cancelToken As System.Threading.CancellationToken, _ ByVal progress As ProgressDelegate _ ) As System.Threading.Tasks.Task(Of Dictionary(Of Object(),Object()))
public static System.Threading.Tasks.Task<Dictionary<object[],object[]>> ExecCube( System.string connection, System.string cubeName, System.Collections.Generic.Dictionary<string,object> view, System.Threading.CancellationToken cancelToken, ProgressDelegate progress )
パラメータ
- connection
- SSAS 接続文字列。
- cubeName
- キューブ名。
- view
- キューブからデータを取得するために使用されるビュー定義。
- cancelToken
- タスクをキャンセルできるようにします。
- progress
- 進捗状況の更新を報告するコールバック関数。
戻り値の型
集計結果。