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


Метод AdomdPropertyCollection.Insert

Inserts a property into the AdomdPropertyCollection at the specified index.

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

Синтаксис

'Декларация
Public Sub Insert ( _
    index As Integer, _
    value As AdomdProperty _
)
'Применение
Dim instance As AdomdPropertyCollection 
Dim index As Integer 
Dim value As AdomdProperty

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

Параметры

  • index
    Тип: System.Int32
    The zero-based index at which value should be inserted.

См. также

Справочник

AdomdPropertyCollection Класс

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