AttributeTranslationCollection Class

Contains a collection of AttributeTranslation objects. This class cannot be inherited.

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
<GuidAttribute("135BA853-5642-47d1-ABB6-AA9E8D612F0A")> _
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class AttributeTranslationCollection
    Inherits TranslationCollection
[GuidAttribute("135BA853-5642-47d1-ABB6-AA9E8D612F0A")] 
[DefaultMemberAttribute("Item")] 
public sealed class AttributeTranslationCollection : TranslationCollection
[GuidAttribute(L"135BA853-5642-47d1-ABB6-AA9E8D612F0A")] 
[DefaultMemberAttribute(L"Item")] 
public ref class AttributeTranslationCollection sealed : public TranslationCollection
/** @attribute GuidAttribute("135BA853-5642-47d1-ABB6-AA9E8D612F0A") */ 
/** @attribute DefaultMemberAttribute("Item") */ 
public final class AttributeTranslationCollection extends TranslationCollection
GuidAttribute("135BA853-5642-47d1-ABB6-AA9E8D612F0A") 
DefaultMemberAttribute("Item") 
public final class AttributeTranslationCollection extends TranslationCollection

Inheritance Hierarchy

System.Object
   Microsoft.AnalysisServices.ModelComponentCollection
     Microsoft.AnalysisServices.TranslationCollection
      Microsoft.AnalysisServices.AttributeTranslationCollection

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

AttributeTranslationCollection Members
Microsoft.AnalysisServices Namespace