다음을 통해 공유


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 네임스페이스