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.dll의 Microsoft.SqlServer.TransferErrorMessagesTask
구문
‘선언
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. |