シンタックス
            
            
            
            
            '宣言
 
Public Shared Function ExecCube( _
   ByVal  As System.String, _
   ByVal  As System.String, _
   ByVal  As System.Collections.Generic.Dictionary(Of String,Object), _
   ByVal  As System.Threading.CancellationToken, _
   ByVal  As ProgressDelegate _
) As System.Threading.Tasks.Task(Of Dictionary(Of Object(),Object()))
             
        
            
            public static System.Threading.Tasks.Task<Dictionary<object[],object[]>> ExecCube( 
   System.string ,
   System.string ,
   System.Collections.Generic.Dictionary<string,object> ,
   System.Threading.CancellationToken ,
   ProgressDelegate 
)
             
        
             
        
            パラメータ
- connection
 
- cubeName
 
- view
 
- cancelToken
 
- progress
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照