Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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
Public Property DeleteCommand As BusinessLogicCommand
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicCommand
A BusinessLogicCommand used to delete records.
See Also
Reference
BusinessLogicDataAdapter Class
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace