Propriété AdomdDataAdapter.IDbDataAdapter.InsertCommand
Gets or sets an SQL statement used to insert new records into the data source.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Private Property InsertCommand As IDbCommand
Implements IDbDataAdapter.InsertCommand
Get
Set
'Utilisation
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 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 insert records in the data source for new rows in the data set.