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