Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a stored procedure for deleting records from the data set.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Private Property DeleteCommand As IDbCommand
Implements IDbDataAdapter.DeleteCommand
Get
Set
'Usage
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.
Eigenschaftswert
Typ: System.Data.IDbCommand
A command used to delete records.
Implementiert
Siehe auch
Verweis
BusinessLogicDataAdapter Klasse
Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace