Contains 方法 (Perspective)
Indicates whether the collection contains a specified Perspective.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Function Contains ( _
item As Perspective _
) As Boolean
用法
Dim instance As PerspectiveCollection
Dim item As Perspective
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
Perspective item
)
public:
bool Contains(
Perspective^ item
)
member Contains :
item:Perspective -> bool
public function Contains(
item : Perspective
) : boolean
参数
- item
类型:Microsoft.AnalysisServices. . :: . .Perspective
The Perspective to locate.
返回值
类型:System. . :: . .Boolean
true if the Perspective exists in the collection; otherwise, false.