TransferLoginsTask::IfObjectExists Property
Gets or sets a value from the IfObjectExists enumeration indicating whether the task should fail, ignore the existing login, or skip the transfer of the login, if a login of the same name exists at the destination.
Assembly: Microsoft.SqlServer.TransferLoginsTask (in Microsoft.SqlServer.TransferLoginsTask.dll)
public: property IfObjectExists IfObjectExists { virtual IfObjectExists get() sealed; virtual void set(IfObjectExists value) sealed; }
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask::IfObjectExistsA value from the IfObjectExists enumeration.
Implements
ITransferLoginsTask::IfObjectExists
Show: