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 | |
---|---|---|
![]() |
DestinationConnection | Infrastructure. |
![]() |
IfObjectExists | Infrastructure. |
![]() |
SourceConnection | Infrastructure. |
![]() |
StoredProceduresList | Infrastructure. |
![]() |
TransferAllStoredProcedures | Infrastructure. |
Top