バージョン

Contains(XmlaQueryProperty) メソッド

指定したキーが ICollection にあるかどうかを決定します。
シンタックス
'宣言
 
Public Overloads Function Contains( _
   ByVal item As XmlaQueryProperty _
) As Boolean
public bool Contains( 
   XmlaQueryProperty item
)

パラメータ

item
ICollection で検索するためのオブジェクト。

戻り値の型

ICollectionitem があれば true。なければ false。
参照