Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Public Property UpdateCommand As BusinessLogicCommand
Get
Set
'Usage
Dim instance As BusinessLogicDataAdapter
Dim value As BusinessLogicCommand
value = instance.UpdateCommand
instance.UpdateCommand = value
public BusinessLogicCommand UpdateCommand { get; set; }
public:
property BusinessLogicCommand^ UpdateCommand {
BusinessLogicCommand^ get ();
void set (BusinessLogicCommand^ value);
}
member UpdateCommand : BusinessLogicCommand with get, set
function get UpdateCommand () : BusinessLogicCommand
function set UpdateCommand (value : BusinessLogicCommand)
Property Value
Type: Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicCommand
A BusinessLogicCommand used to update records.
See Also
Reference
BusinessLogicDataAdapter Class
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace