共用方式為


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.
SelectedLogins Transfer only specific logins. The specific logins are found in the LoginsList.
AllLoginsFromSelectedDatabases Transfer logins that have access to specific databases. The list is retrieved from the DatabasesList property.