ITransferLoginsTask Interface

This API supports the infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Interface ITransferLoginsTask
'Usage
Dim instance As ITransferLoginsTask
public interface ITransferLoginsTask
public interface class ITransferLoginsTask
type ITransferLoginsTask =  interface end
public interface ITransferLoginsTask

The ITransferLoginsTask type exposes the following members.

Properties

  Name Description
Public property CopySids Infrastructure.
Public property DatabasesList Infrastructure.
Public property DestinationConnection Infrastructure.
Public property IfObjectExists Infrastructure.
Public property LoginsList Infrastructure.
Public property LoginsToTransfer Infrastructure.
Public property SourceConnection Infrastructure.

Top