次の方法で共有


AggregationAttributeCollection.Contains メソッド

定義

オーバーロード

Contains(AggregationAttribute)

指定した AggregationAttribute がコレクションに格納されているかどうかを示します。

Contains(String)

指定した AttributeID を持つ AggregationAttribute がコレクションに含まれているかどうかを示します。

Contains(AggregationAttribute)

指定した AggregationAttribute がコレクションに格納されているかどうかを示します。

public bool Contains (Microsoft.AnalysisServices.AggregationAttribute item);
override this.Contains : Microsoft.AnalysisServices.AggregationAttribute -> bool
Public Function Contains (item As AggregationAttribute) As Boolean

パラメーター

戻り値

指定した AggregationAttribute がコレクションで見つかった場合は true、それ以外の場合は false です。

適用対象

Contains(String)

指定した AttributeID を持つ AggregationAttribute がコレクションに含まれているかどうかを示します。

public bool Contains (string attributeId);
override this.Contains : string -> bool
Public Function Contains (attributeId As String) As Boolean

パラメーター

attributeId
String

検索する AggregationAttribute の AttributeID です。

戻り値

指定した AggregationAttribute がコレクションで見つかった場合は true、それ以外の場合は false です。

例外

指定した AttributeID は、null 参照 (Visual Basic では Nothing) です。

適用対象