Share via


AttributeRelationshipCollection Class

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

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

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
<GuidAttribute("C43BCBCC-4DF3-4b26-88DB-93D058F4315C")> _
Public NotInheritable Class AttributeRelationshipCollection
    Inherits ModelComponentCollection
[DefaultMemberAttribute("Item")] 
[GuidAttribute("C43BCBCC-4DF3-4b26-88DB-93D058F4315C")] 
public sealed class AttributeRelationshipCollection : ModelComponentCollection
[DefaultMemberAttribute(L"Item")] 
[GuidAttribute(L"C43BCBCC-4DF3-4b26-88DB-93D058F4315C")] 
public ref class AttributeRelationshipCollection sealed : public ModelComponentCollection
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute GuidAttribute("C43BCBCC-4DF3-4b26-88DB-93D058F4315C") */ 
public final class AttributeRelationshipCollection extends ModelComponentCollection
DefaultMemberAttribute("Item") 
GuidAttribute("C43BCBCC-4DF3-4b26-88DB-93D058F4315C") 
public final class AttributeRelationshipCollection extends ModelComponentCollection

Remarks

New:17 July 2006

Inheritance Hierarchy

System.Object
   Microsoft.AnalysisServices.ModelComponentCollection
    Microsoft.AnalysisServices.AttributeRelationshipCollection

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

AttributeRelationshipCollection Members
Microsoft.AnalysisServices Namespace