IfObjectExists 열거형
Contains values used by the IfObjectExists property of the TransferLoginsTask to determine how to handle a transfer when the login exists at the destination.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask
어셈블리: Microsoft.SqlServer.TransferLoginsTask.dll의 Microsoft.SqlServer.TransferLoginsTask
구문
‘선언
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 login exists at the destination. | |
| Overwrite | Overwrites the login if the same login exists at the destination. | |
| Skip | Skips the transfer of a login if the same login exists at the destination. |