Compartir a través de


BusinessLogicDataAdapter.IDbDataAdapter.UpdateCommand Propiedad

Gets or sets a stored procedure used to update records from the data source.

Espacio de nombres:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado:  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxis

'Declaración
Private Property UpdateCommand As IDbCommand 
    Implements IDbDataAdapter.UpdateCommand 
    Get 
    Set
'Uso
Dim instance As BusinessLogicDataAdapter 
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Valor de la propiedad

Tipo: System.Data.IDbCommand
A command used to update records.

Implementa

IDbDataAdapter.UpdateCommand

Vea también

Referencia

BusinessLogicDataAdapter Clase

Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport