다음을 통해 공유


IfObjectExists 열거형

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.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
어셈블리:  Microsoft.SqlServer.TransferStoredProceduresTask(Microsoft.SqlServer.TransferStoredProceduresTask.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 stored procedure exists at the destination.
Overwrite Overwrites the job if the same stored procedure exists at the destination.
Skip Skips the transfer of a stored procedure if the same stored procedure exists at the destination.

참고 항목

참조

Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask 네임스페이스