Share via


AttributeRelationshipCollection.Insert Method (Int32, AttributeRelationship)

Inserts the specified AttributeRelationship into the collection at the location specified by index.

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

Syntax

'Declaration
Public Sub Insert ( _
    index As Integer, _
    item As AttributeRelationship _
)
'Usage
Dim instance As AttributeRelationshipCollection 
Dim index As Integer 
Dim item As AttributeRelationship

instance.Insert(index, item)
public void Insert(
    int index,
    AttributeRelationship item
)
public:
void Insert(
    int index, 
    AttributeRelationship^ item
)
member Insert : 
        index:int * 
        item:AttributeRelationship -> unit
public function Insert(
    index : int, 
    item : AttributeRelationship
)

Parameters

See Also

Reference

AttributeRelationshipCollection Class

Insert Overload

Microsoft.AnalysisServices Namespace