Share via


ITransferStoredProceduresTask Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents a Transfer Stored Procedures task.

Namespace:  Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
Assembly:  Microsoft.SqlServer.TransferStoredProceduresTask (in Microsoft.SqlServer.TransferStoredProceduresTask.dll)

Syntax

'Declaration
Public Interface ITransferStoredProceduresTask
'Usage
Dim instance As ITransferStoredProceduresTask
public interface ITransferStoredProceduresTask
public interface class ITransferStoredProceduresTask
type ITransferStoredProceduresTask =  interface end
public interface ITransferStoredProceduresTask

The ITransferStoredProceduresTask type exposes the following members.

Properties

  Name Description
Public property DestinationConnection Infrastructure. Gets or sets the name of the connection for the destination database.
Public property IfObjectExists Infrastructure. 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.
Public property SourceConnection Infrastructure. Gets or sets the name of the connection manager for the source database.
Public property StoredProceduresList Infrastructure. Gets or sets a comma-delimited list of stored procedure names.
Public property TransferAllStoredProcedures Gets or sets a value that indicates whether all stored procedures in the master database are transferred.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask Namespace