Поделиться через


Метод RelationshipCollection.Insert (Int32, String)

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

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function Insert ( _
    index As Integer, _
    id As String _
) As Relationship
'Применение
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

Параметры

  • id
    Тип: System.String
    The identifier of the relationship to insert.

Возвращаемое значение

Тип: Microsoft.AnalysisServices.Relationship
The inserted relationship.

См. также

Справочник

RelationshipCollection Класс

Перегрузка Insert

Пространство имен Microsoft.AnalysisServices