다음을 통해 공유


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