TransferStoredProceduresTask::IfObjectExists Property
Gets or sets a value from the IfObjectExists enumeration indicating if the task should fail, overwrite the existing stored procedure, or skip the transfer of the stored procedureif a stored procedurewith the same name exists at the destination.
Assembly: Microsoft.SqlServer.TransferStoredProceduresTask (in Microsoft.SqlServer.TransferStoredProceduresTask.dll)
public: property IfObjectExists IfObjectExists { virtual IfObjectExists get() sealed; virtual void set(IfObjectExists value) sealed; }
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask::IfObjectExistsA value from the IfObjectExists enumeration indicating whether the task should fail, ignore the existing stored procedure, or skip the transfer of the stored procedure, if a stored procedureof the same name exists at the destination.
Show: