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


Метод AdomdRestrictionCollection.Insert

Inserts a restriction into the AdomdRestrictionCollection collection at the specified index.

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

Синтаксис

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

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

Параметры

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

См. также

Справочник

AdomdRestrictionCollection Класс

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