Método Contains
Determines whether a property is in the AdomdPropertyCollection.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public Function Contains ( _
value As AdomdProperty _
) As Boolean
'Uso
Dim instance As AdomdPropertyCollection
Dim value As AdomdProperty
Dim returnValue As Boolean
returnValue = instance.Contains(value)
public bool Contains(
AdomdProperty value
)
public:
bool Contains(
AdomdProperty^ value
)
member Contains :
value:AdomdProperty -> bool
public function Contains(
value : AdomdProperty
) : boolean
Parâmetros
- value
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdProperty
The AdomdProperty to find.
Valor de retorno
Tipo: System. . :: . .Boolean
A Boolean that contains true if the AdomdProperty exists in the collection; false otherwise.
Consulte também