TransferLoginsTask.IfObjectExists Property

Definition

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.

public:
 property Microsoft::SqlServer::Dts::Tasks::TransferLoginsTask::IfObjectExists IfObjectExists { Microsoft::SqlServer::Dts::Tasks::TransferLoginsTask::IfObjectExists get(); void set(Microsoft::SqlServer::Dts::Tasks::TransferLoginsTask::IfObjectExists value); };
public Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask.IfObjectExists IfObjectExists { get; set; }
member this.IfObjectExists : Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask.IfObjectExists with get, set
Public Property IfObjectExists As IfObjectExists

Property Value

A value from the IfObjectExists enumeration.

Implements

Applies to