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