Freigeben über


RelationshipCollection.Insert-Methode (Int32, String)

Inserts a relationship with the specified identifier, into the collection at the specified index.

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

Syntax

'Declaration
Public Function Insert ( _
    index As Integer, _
    id As String _
) As Relationship
'Usage
Dim instance As RelationshipCollection 
Dim index As Integer 
Dim id As String 
Dim returnValue As Relationship 

returnValue = instance.Insert(index, id)
public Relationship Insert(
    int index,
    string id
)
public:
Relationship^ Insert(
    int index, 
    String^ id
)
member Insert : 
        index:int * 
        id:string -> Relationship
public function Insert(
    index : int, 
    id : String
) : Relationship

Parameter

  • id
    Typ: System.String
    The identifier of the relationship to insert.

Rückgabewert

Typ: Microsoft.AnalysisServices.Relationship
The inserted relationship.

Siehe auch

Verweis

RelationshipCollection Klasse

Insert-Überladung

Microsoft.AnalysisServices-Namespace