Contains メソッド (AggregationAttribute)
指定した AggregationAttribute がコレクションに含まれているかどうかを示します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function Contains ( _
item As AggregationAttribute _
) As Boolean
'使用
Dim instance As AggregationAttributeCollection
Dim item As AggregationAttribute
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
AggregationAttribute item
)
public:
bool Contains(
AggregationAttribute^ item
)
member Contains :
item:AggregationAttribute -> bool
public function Contains(
item : AggregationAttribute
) : boolean
パラメーター
戻り値
型: System. . :: . .Boolean
AggregationAttribute がコレクションに含まれている場合は true、含まれていない場合は false です。