Compartilhar via


Método AdomdDataAdapter.Update (DataSet)

Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified data set.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public Overrides Function Update ( _
    dataSet As DataSet _
) As Integer
'Uso
Dim instance As AdomdDataAdapter 
Dim dataSet As DataSet 
Dim returnValue As Integer 

returnValue = instance.Update(dataSet)
public override int Update(
    DataSet dataSet
)
public:
virtual int Update(
    DataSet^ dataSet
) override
abstract Update : 
        dataSet:DataSet -> int  
override Update : 
        dataSet:DataSet -> int
public override function Update(
    dataSet : DataSet
) : int

Parâmetros

Valor de retorno

Tipo: System.Int32
The number of rows successfully updated from the data set.

Implementa

IDataAdapter.Update(DataSet)

Exceções

Exceção Condição
System.NotSupportedException

The member is called.

Comentários

This member throws System.NotSupportedException exception when called.

Consulte também

Referência

AdomdDataAdapter Classe

Sobrecarregado Update

Namespace Microsoft.AnalysisServices.AdomdClient