バージョン

Contains(XmlaQueryProperty) メソッド

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

パラメータ

item
System.Collections.Generic.ICollection`1 で検索するためのオブジェクト。

戻り値の型

System.Collections.Generic.ICollection`1item があれば true。なければ false。
参照

オンラインで表示: GitHub