Freigeben über


AdomdDataAdapter.IDbDataAdapter.InsertCommand-Eigenschaft

Gets or sets an SQL statement used to insert new records into the data source.

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

Syntax

'Declaration
Private Property InsertCommand As IDbCommand 
    Implements IDbDataAdapter.InsertCommand 
    Get 
    Set
'Usage
Dim instance As AdomdDataAdapter 
Dim value As IDbCommand 

value = CType(instance, IDbDataAdapter).InsertCommand 

CType(instance, IDbDataAdapter).InsertCommand = value
IDbCommand IDbDataAdapter.InsertCommand { get; set; }
private:
virtual property IDbCommand^ InsertCommand {
    IDbCommand^ get () sealed = IDbDataAdapter::InsertCommand::get;
    void set (IDbCommand^ value) sealed = IDbDataAdapter::InsertCommand::set;
}
private abstract InsertCommand : IDbCommand with get, set 
private override InsertCommand : 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 insert records in the data source for new rows in the data set.

Implementiert

IDbDataAdapter.InsertCommand

Siehe auch

Verweis

AdomdDataAdapter Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace