Udostępnij za pośrednictwem


Właściwość BusinessLogicDataAdapter.DeleteCommand

Przestrzeń nazw:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Zestaw:  Microsoft.SqlServer.Replication.BusinessLogicSupport (w Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Składnia

'Deklaracja
Public Property DeleteCommand As BusinessLogicCommand
    Get
    Set
'Użycie
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)