Share via


ITransferStoredProceduresTask Interface

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

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.
Public property IfObjectExists Infrastructure.
Public property SourceConnection Infrastructure.
Public property StoredProceduresList Infrastructure.
Public property TransferAllStoredProcedures Infrastructure.

Top