共用方式為


ITransferLoginsTask 介面

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Represents the transfer logins task.

命名空間:  Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask
組件:  Microsoft.SqlServer.TransferLoginsTask (在 Microsoft.SqlServer.TransferLoginsTask.dll 中)

語法

'宣告
Public Interface ITransferLoginsTask
'用途
Dim instance As ITransferLoginsTask
public interface ITransferLoginsTask
public interface class ITransferLoginsTask
type ITransferLoginsTask =  interface end
public interface ITransferLoginsTask

ITransferLoginsTask 型別公開下列成員。

屬性

  名稱 說明
公用屬性 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.

上層

請參閱

參考

Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask 命名空間