次の方法で共有


Contains メソッド (Level)

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

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Function Contains ( _
    item As Level _
) As Boolean
'使用
Dim instance As LevelCollection
Dim item As Level
Dim returnValue As Boolean

returnValue = instance.Contains(item)
public bool Contains(
    Level item
)
public:
bool Contains(
    Level^ item
)
member Contains : 
        item:Level -> bool 
public function Contains(
    item : Level
) : boolean

パラメーター

戻り値

型: System. . :: . .Boolean
Level がコレクションに含まれている場合は true、含まれていない場合は false です。