共用方式為


IfObjectExists 列舉

Contains values used by the IfObjectExists property of the TransferErrorMessagesTask to determine how to handle a transfer when the error message exists at the destination.

命名空間:  Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask
組件:  Microsoft.SqlServer.TransferErrorMessagesTask (在 Microsoft.SqlServer.TransferErrorMessagesTask.dll 中)

語法

'宣告
Public Enumeration IfObjectExists
'用途
Dim instance As IfObjectExists
public enum IfObjectExists
public enum class IfObjectExists
type IfObjectExists
public enum IfObjectExists

成員

成員名稱 說明
FailTask Causes the task to fail if the same error message exists at the destination.
Overwrite Overwrites the error message if the same error message exists at the destination.
Skip Skips the transfer of an error message if the same error message exists at the destination.

請參閱

參考

Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask 命名空間