다음을 통해 공유


ITransferStoredProceduresTask 인터페이스

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

Represents a Transfer Stored Procedures task.

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

구문

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

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

속성

  이름 설명
공용 속성 DestinationConnection 인프라입니다. Gets or sets the name of the connection for the destination database.
공용 속성 IfObjectExists 인프라입니다. Gets or sets a value from the IfObjectExists enumeration indicating if the task should fail, overwrite existing stored procedure, of skip the transfer of the stored procedure if a stored procedure with the same name exists at the destination.
공용 속성 SourceConnection 인프라입니다. Gets or sets the name of the connection manager for the source database.
공용 속성 StoredProceduresList 인프라입니다. Gets or sets a comma-delimited list of stored procedure names.
공용 속성 TransferAllStoredProcedures Gets or sets a value that indicates whether all stored procedures in the master database are transferred.

맨 위로 이동

참고 항목

참조

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