Proprietà BusinessLogicDataAdapter.IDbDataAdapter.InsertCommand
Gets or sets a stored procedure used to insert records from the data source.
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintassi
'Dichiarazione
Private Property InsertCommand As IDbCommand
Implements IDbDataAdapter.InsertCommand
Get
Set
'Utilizzo
Dim instance As BusinessLogicDataAdapter
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Valore proprietà
Tipo: System.Data.IDbCommand
A command used to insert records.
Implementa
Vedere anche
Riferimento
BusinessLogicDataAdapter Classe
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport