Compartir a través de


BusinessLogicDataAdapter.IDbDataAdapter.DeleteCommand Propiedad

Gets or sets a stored procedure for deleting records from the data set.

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

Sintaxis

'Declaración
Private Property DeleteCommand As IDbCommand 
    Implements IDbDataAdapter.DeleteCommand 
    Get 
    Set
'Uso
Dim instance As BusinessLogicDataAdapter 
Dim value As IDbCommand 

value = CType(instance, IDbDataAdapter).DeleteCommand 

CType(instance, IDbDataAdapter).DeleteCommand = value
IDbCommand IDbDataAdapter.DeleteCommand { get; set; }
private:
virtual property IDbCommand^ DeleteCommand {
    IDbCommand^ get () sealed = IDbDataAdapter::DeleteCommand::get;
    void set (IDbCommand^ value) sealed = IDbDataAdapter::DeleteCommand::set;
}
private abstract DeleteCommand : IDbCommand with get, set 
private override DeleteCommand : 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 delete records.

Implementa

IDbDataAdapter.DeleteCommand

Vea también

Referencia

BusinessLogicDataAdapter Clase

Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport