Share via


TransferLoginsTask Class

Provides the members and enumerations that allow you to transfer SQL Server logins from one instance of SQL Server to another.

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

Syntax

'Declaration
<GuidAttribute("64B59D0D-ECD9-4208-901B-54728ABD5AEB")> _
Public NotInheritable Class TransferLoginsTask
    Inherits Task
    Implements ITransferLoginsTask, IDTSBreakpointSite, IDTSSuspend, IDTSComponentPersist
[GuidAttribute("64B59D0D-ECD9-4208-901B-54728ABD5AEB")] 
public sealed class TransferLoginsTask : Task, ITransferLoginsTask, IDTSBreakpointSite, IDTSSuspend, 
    IDTSComponentPersist
[GuidAttribute(L"64B59D0D-ECD9-4208-901B-54728ABD5AEB")] 
public ref class TransferLoginsTask sealed : public Task, ITransferLoginsTask, IDTSBreakpointSite, IDTSSuspend, 
    IDTSComponentPersist
/** @attribute GuidAttribute("64B59D0D-ECD9-4208-901B-54728ABD5AEB") */ 
public final class TransferLoginsTask extends Task implements ITransferLoginsTask, IDTSBreakpointSite, 
    IDTSSuspend, IDTSComponentPersist
GuidAttribute("64B59D0D-ECD9-4208-901B-54728ABD5AEB") 
public final class TransferLoginsTask extends Task implements ITransferLoginsTask, IDTSBreakpointSite, 
    IDTSSuspend, IDTSComponentPersist

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Dts.Runtime.DtsObject
     Microsoft.SqlServer.Dts.Runtime.Task
      Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask.TransferLoginsTask

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

TransferLoginsTask Members
Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask Namespace