ITransferStoredProceduresTask Interface

Definition

Represents a Transfer Stored Procedures task.

public interface class ITransferStoredProceduresTask
public interface ITransferStoredProceduresTask
type ITransferStoredProceduresTask = interface
Public Interface ITransferStoredProceduresTask
Derived

Properties

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.

Applies to