Freigeben über


AdomdDataAdapter.IDbDataAdapter.UpdateCommand-Eigenschaft

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

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

Syntax

'Declaration
Private Property UpdateCommand As IDbCommand 
    Implements IDbDataAdapter.UpdateCommand 
    Get 
    Set
'Usage
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Eigenschaftswert

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

Implementiert

IDbDataAdapter.UpdateCommand

Siehe auch

Verweis

AdomdDataAdapter Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace