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