Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Represents the transfer logins task.
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
Der ITransferLoginsTask-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
CopySids | Infrastruktur Gets or sets a value that indicates whether the security identifiers associated with the logins should be copied to the destination. |
![]() |
DatabasesList | Infrastruktur Gets or sets a list of databases. |
![]() |
DestinationConnection | Infrastruktur Gets or sets the name of connection manager for the destination database. |
![]() |
IfObjectExists | Infrastruktur 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 | Infrastruktur Gets or sets the names of the logins to transfer. |
![]() |
LoginsToTransfer | Infrastruktur Gets or sets a value from the LoginsToTransfer enumeration indicating which logins to transfer. |
![]() |
SourceConnection | Infrastruktur Gets or sets the name of the connection manager for the source database. |
Zum Anfang
.gif)