ModelComponentCollection.Contains メソッド (String)
指定したキーを持つアイテムが ModelComponentCollection に存在するかどうかを示します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Protected Function Contains ( _
key As String _
) As Boolean
'使用
Dim key As String
Dim returnValue As Boolean
returnValue = Me.Contains(key)
protected bool Contains(
string key
)
protected:
bool Contains(
String^ key
)
member Contains :
key:string -> bool
protected function Contains(
key : String
) : boolean
パラメーター
- key
型: System.String
ModelComponentCollection で検索する IModelComponent のキーです。
戻り値
型: System.Boolean
key が ModelComponentCollection にある場合は true、ない場合は false です。