다음을 통해 공유


ITransferDatabaseTask 인터페이스

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Represents a transfer database task.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
어셈블리:  Microsoft.SqlServer.TransferDatabasesTask(Microsoft.SqlServer.TransferDatabasesTask.dll)

구문

‘선언
Public Interface ITransferDatabaseTask
‘사용 방법
Dim instance As ITransferDatabaseTask
public interface ITransferDatabaseTask
public interface class ITransferDatabaseTask
type ITransferDatabaseTask =  interface end
public interface ITransferDatabaseTask

ITransferDatabaseTask 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Action 인프라입니다. Gets or sets a value from the TransferAction enumeration indicating whether the task is copying or moving databases.
공용 속성 DestinationConnection 인프라입니다. Gets or sets the name of the connection manager for the destination database.
공용 속성 DestinationDatabaseFiles 인프라입니다. Gets or sets the name of the database files for the destination database.
공용 속성 DestinationDatabaseName 인프라입니다. Gets or sets the name of the database at the destination.
공용 속성 DestinationOverwrite 인프라입니다. Gets or sets a value that indicates whether the destination database can be overwritten if it exists.
공용 속성 Method 인프라입니다. Gets or sets a value from the TransferMethod enumeration indicating whether to use Online or Offline transfer method.
공용 속성 ReattachSourceDatabase 인프라입니다. Gets or sets a value that indicates whether the database should be reattached or not.
공용 속성 SourceConnection 인프라입니다. Gets or sets the name of the connection manager for the source database.
공용 속성 SourceDatabaseFiles 인프라입니다. Gets or sets the names of the source database files to transfer.
공용 속성 SourceDatabaseName 인프라입니다. Gets or sets the name of the source database to transfer.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask 네임스페이스