Contains 方法 (Level)
Indicates whether the collection contains a specified 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
参数
- item
类型:Microsoft.AnalysisServices. . :: . .Level
The Level to be located.
返回值
类型:System. . :: . .Boolean
true if the Level is contained in the collection; otherwise, false.