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.

Namespace:   Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask
Assembly:  Microsoft.SqlServer.TransferLoginsTask (in Microsoft.SqlServer.TransferLoginsTask.dll)

public:
property IfObjectExists IfObjectExists {
	virtual IfObjectExists get() sealed;
	virtual void set(IfObjectExists value) sealed;
}
Return to top
Show: