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
<GuidAttribute("C43BCBCC-4DF3-4b26-88DB-93D058F4315C")> _
Public NotInheritable Class AttributeRelationshipCollection _
    Inherits ModelComponentCollection
'Usage
Dim instance As AttributeRelationshipCollection
[GuidAttribute("C43BCBCC-4DF3-4b26-88DB-93D058F4315C")]
public sealed class AttributeRelationshipCollection : ModelComponentCollection
[GuidAttribute(L"C43BCBCC-4DF3-4b26-88DB-93D058F4315C")]
public ref class AttributeRelationshipCollection sealed : public ModelComponentCollection
[<SealedAttribute>]
[<GuidAttribute("C43BCBCC-4DF3-4b26-88DB-93D058F4315C")>]
type AttributeRelationshipCollection =  
    class
        inherit ModelComponentCollection
    end
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 Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.