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 used to update records from the data source.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Private Property UpdateCommand As IDbCommand
Implements IDbDataAdapter.UpdateCommand
Get
Set
'Usage
Dim instance As BusinessLogicDataAdapter
Dim value As IDbCommand
value = CType(instance, IDbDataAdapter).UpdateCommand
CType(instance, IDbDataAdapter).UpdateCommand = value
IDbCommand IDbDataAdapter.UpdateCommand { get; set; }
private:
virtual property IDbCommand^ UpdateCommand {
IDbCommand^ get () sealed = IDbDataAdapter::UpdateCommand::get;
void set (IDbCommand^ value) sealed = IDbDataAdapter::UpdateCommand::set;
}
private abstract UpdateCommand : IDbCommand with get, set
private override UpdateCommand : 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 update records.
Implementiert
Siehe auch
Verweis
BusinessLogicDataAdapter Klasse
Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace