IfObjectExists Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains values used by the IfObjectExists property of the TransferStoredProceduresTask to determine how to handle a transfer when the stored procedure exists at the destination.
public enum class IfObjectExists
public enum IfObjectExists
type IfObjectExists =
Public Enum IfObjectExists
- Inheritance
-
IfObjectExists
Fields
Name | Value | Description |
---|---|---|
FailTask | 0 | Causes the task to fail if the same stored procedure exists at the destination. |
Overwrite | 1 | Overwrites the job if the same stored procedure exists at the destination. |
Skip | 2 | Skips the transfer of a stored procedure if the same stored procedure exists at the destination. |