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