ITransferLoginsTask Interface

Definition

Represents the transfer logins task.

public interface class ITransferLoginsTask
public interface ITransferLoginsTask
type ITransferLoginsTask = interface
Public Interface ITransferLoginsTask
Derived

Properties

CopySids

Gets or sets a value that indicates whether the security identifiers associated with the logins should be copied to the destination.

DatabasesList

Gets or sets a list of databases.

DestinationConnection

Gets or sets the name of connection manager for the destination database.

IfObjectExists

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.

LoginsList

Gets or sets the names of the logins to transfer.

LoginsToTransfer

Gets or sets a value from the LoginsToTransfer enumeration indicating which logins to transfer.

SourceConnection

Gets or sets the name of the connection manager for the source database.

Applies to