Partager via


Propriété AdomdDataAdapter.IDbDataAdapter.UpdateCommand

Gets or sets an SQL statement used to update records in the data source.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Private Property UpdateCommand As IDbCommand 
    Implements IDbDataAdapter.UpdateCommand 
    Get 
    Set
'Utilisation
Dim instance As AdomdDataAdapter 
Dim value As IDbCommand 

value = CType(instance, IDbDataAdapter).UpdateCommand 

CType(instance, IDbDataAdapter).UpdateCommand = value
IDbCommand IDbDataAdapter.UpdateCommand { get; set; }
private:
virtual property IDbCommand^ UpdateCommand {
    IDbCommand^ get () sealed = IDbDataAdapter::UpdateCommand::get;
    void set (IDbCommand^ value) sealed = IDbDataAdapter::UpdateCommand::set;
}
private abstract UpdateCommand : IDbCommand with get, set 
private override UpdateCommand : IDbCommand with get, set
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

Type : System.Data.IDbCommand
An IDbCommand used during Update to update records in the data source for modified rows in the data set.

Implémente

IDbDataAdapter.UpdateCommand

Voir aussi

Référence

AdomdDataAdapter Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient