バージョン

TuplesSet コンストラクタ

TuplesSet クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal tuples As ReadOnlyCollection(Of ITuple), _
   ByVal exceptMembers As Infragistics.Olap.OlapElementCollection(Of IMember) _
)
public TuplesSet( 
   ReadOnlyCollection<ITuple> tuples,
   Infragistics.Olap.OlapElementCollection<IMember> exceptMembers
)

パラメータ

tuples
セットに含まれるタプル。
exceptMembers
結果セットから除外する必要があるメンバーのコレクション。
参照