Compartir a través de


DeleteCommand Propiedad

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

Sintaxis

'Declaración
Public Property DeleteCommand As BusinessLogicCommand
    Get
    Set
'Uso
Dim instance As BusinessLogicDataAdapter
Dim value As BusinessLogicCommand

value = instance.DeleteCommand

instance.DeleteCommand = value
public BusinessLogicCommand DeleteCommand { get; set; }
public:
property BusinessLogicCommand^ DeleteCommand {
    BusinessLogicCommand^ get ();
    void set (BusinessLogicCommand^ value);
}
member DeleteCommand : BusinessLogicCommand with get, set
function get DeleteCommand () : BusinessLogicCommand
function set DeleteCommand (value : BusinessLogicCommand)