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.
Assembly: Microsoft.SqlServer.TransferStoredProceduresTask (in Microsoft.SqlServer.TransferStoredProceduresTask.dll)
| Name | Description | |
|---|---|---|
![]() | DestinationConnection | 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. |
![]() | IfObjectExists | 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. |
![]() | SourceConnection | 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. |
![]() | StoredProceduresList | 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. |
![]() | TransferAllStoredProcedures | Gets or sets a value that indicates whether all stored procedures in the master database are transferred. |
