Método Contains (CubeAttribute)
Indicates whether the collection contains a specified CubeAttribute.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Contains ( _
item As CubeAttribute _
) As Boolean
'Uso
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
Parâmetros
- item
Tipo: Microsoft.AnalysisServices. . :: . .CubeAttribute
The CubeAttribute to be located.
Valor de retorno
Tipo: System. . :: . .Boolean
true if the CubeAttribute is contained in the collection; otherwise, false.
Consulte também