ITransferStoredProceduresTask Interface

 

This API supports the product 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)

public interface class ITransferStoredProceduresTask

NameDescription
System_CAPS_pubpropertyDestinationConnection

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the connection for the destination database.

System_CAPS_pubpropertyIfObjectExists

This API supports the product infrastructure and is not intended to be used directly from your code. 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.

System_CAPS_pubpropertySourceConnection

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the connection manager for the source database.

System_CAPS_pubpropertyStoredProceduresList

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a comma-delimited list of stored procedure names.

System_CAPS_pubpropertyTransferAllStoredProcedures

Gets or sets a value that indicates whether all stored procedures in the master database are transferred.

Return to top
Show: