Compartir a través de


AdomdParameterCollection.Insert Método

Inserts a parameter into the AdomdParameterCollection collection at the specified index.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public Sub Insert ( _
    index As Integer, _
    value As AdomdParameter _
)
'Uso
Dim instance As AdomdParameterCollection 
Dim index As Integer 
Dim value As AdomdParameter

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

Parámetros

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

Vea también

Referencia

AdomdParameterCollection Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient