AttributeTranslationCollection.Contains(AttributeTranslation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the collection contains the specified AttributeTranslation.
public bool Contains (Microsoft.AnalysisServices.AttributeTranslation item);
override this.Contains : Microsoft.AnalysisServices.AttributeTranslation -> bool
Public Function Contains (item As AttributeTranslation) As Boolean
Parameters
- item
- AttributeTranslation
The AttributeTranslation to be located.
Returns
True, if the specified AttributeTranslation is found in the collection, otherwise, false.