共用方式為


LoginsToTransfer 列舉

Specifies which logins to transfer.

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

語法

'宣告
Public Enumeration LoginsToTransfer
'用途
Dim instance As LoginsToTransfer
public enum LoginsToTransfer
public enum class LoginsToTransfer
type LoginsToTransfer
public enum LoginsToTransfer

成員

成員名稱 說明
AllLogins Transfer all logins.
AllLoginsFromSelectedDatabases Transfer logins when the default database associated with each login defined in the source connection matches the database included in list of databases. The list is retrieved from the DatabasesList property.
SelectedLogins Transfer only specific logins. The specific logins are found in the LoginsList.

請參閱

參考

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