Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Contains values used by the IfObjectExists property of the TransferLoginsTask to determine how to handle a transfer when the login exists at the destination.
Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask
Assembly : Microsoft.SqlServer.TransferLoginsTask (in microsoft.sqlserver.transferloginstask.dll)
Sintassi
'Dichiarazione
Public Enumeration IfObjectExists
public enum IfObjectExists
public enum class IfObjectExists
public enum IfObjectExists
public enum IfObjectExists
Members
| Member name | Description |
|---|---|
| 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. |
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.