Condividi tramite


Interfaccia ITransferLoginsTask

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents the transfer logins task.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask
Assembly:  Microsoft.SqlServer.TransferLoginsTask (in Microsoft.SqlServer.TransferLoginsTask.dll)

Sintassi

'Dichiarazione
Public Interface ITransferLoginsTask
'Utilizzo
Dim instance As ITransferLoginsTask
public interface ITransferLoginsTask
public interface class ITransferLoginsTask
type ITransferLoginsTask =  interface end
public interface ITransferLoginsTask

Nel tipo ITransferLoginsTask sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica CopySids Infrastruttura. Gets or sets a value that indicates whether the security identifiers associated with the logins should be copied to the destination.
Proprietà pubblica DatabasesList Infrastruttura. Gets or sets a list of databases.
Proprietà pubblica DestinationConnection Infrastruttura. Gets or sets the name of connection manager for the destination database.
Proprietà pubblica IfObjectExists Infrastruttura. 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.
Proprietà pubblica LoginsList Infrastruttura. Gets or sets the names of the logins to transfer.
Proprietà pubblica LoginsToTransfer Infrastruttura. Gets or sets a value from the LoginsToTransfer enumeration indicating which logins to transfer.
Proprietà pubblica SourceConnection Infrastruttura. Gets or sets the name of the connection manager for the source database.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask