'宣言 Public Shared Function GetUniqueValuesCube( _ ByVal connection As System.String, _ ByVal cubeName As System.String, _ ByVal view As System.Collections.Generic.Dictionary(Of String,Object), _ ByVal fieldUniqueName As System.String, _ ByVal cancelToken As System.Threading.CancellationToken _ ) As System.Threading.Tasks.Task(Of IList)
public static System.Threading.Tasks.Task<IList> GetUniqueValuesCube( System.string connection, System.string cubeName, System.Collections.Generic.Dictionary<string,object> view, System.string fieldUniqueName, System.Threading.CancellationToken cancelToken )
パラメータ
- connection
- SQL Server Analysis Service(SSAS)接続文字列。
- cubeName
- キューブ名。
- view
- キューブからデータを取得するために使用されるビュー定義。
- fieldUniqueName
- 一意の値が提供されるフィールドの名。
- cancelToken
- タスクをキャンセルできるようにします。
戻り値の型
Name(文字列)プロパティと Type(System.Type)プロパティを持つオブジェクトのコレクション。