TransferLoginsTask.IfObjectExists Property

 

Applies To: SQL Server 2016 Preview

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)

Syntax

public IfObjectExists IfObjectExists { get; set; }
public:
property IfObjectExists IfObjectExists {
    virtual IfObjectExists get() sealed;
    virtual void set(IfObjectExists value) sealed;
}
abstract IfObjectExists : IfObjectExists with get, set
override IfObjectExists : IfObjectExists with get, set
Public Property IfObjectExists As IfObjectExists

Property Value

Type: Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask.IfObjectExists

A value from the IfObjectExists enumeration.

Implements

ITransferLoginsTask.IfObjectExists

See Also

TransferLoginsTask Class
Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask Namespace

Return to top