BusinessLogicDataAdapter.System.Data.IDbDataAdapter.DeleteCommand Property

Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in microsoft.sqlserver.replication.businesslogicsupport.dll)

Syntax

'Declaration
Private Overrides NotOverridable Property System.Data.IDbDataAdapter.DeleteCommand As IDbCommand Implements IDbDataAdapter.DeleteCommand
IDbCommand IDbDataAdapter.DeleteCommand { get; set; }
private:
virtual property IDbCommand^ System.Data.IDbDataAdapter.DeleteCommand {
    IDbCommand^ get () override sealed = IDbDataAdapter::DeleteCommand::get;
    void set (IDbCommand^ value) override sealed = IDbDataAdapter::DeleteCommand::set;
}
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

BusinessLogicDataAdapter Class
BusinessLogicDataAdapter Members
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace