Метод AttributeRelationshipCollection.Insert (Int32, AttributeRelationship)
Inserts the specified AttributeRelationship into the collection at the location specified by index.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub Insert ( _
index As Integer, _
item As AttributeRelationship _
)
'Применение
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
)
Параметры
- index
Тип: System.Int32
An int value that represents the location at which AttributeRelationship is to be inserted.
- item
Тип: Microsoft.AnalysisServices.AttributeRelationship
Specifies the AttributeRelationship to be inserted.