TransferStoredProceduresTask Class

Contains the methods, properties, and enumerations that allow you to copy stored procedures from the master database located on one instance of SQL Server to another. This class cannot be inherited.

Namespace: Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
Assembly: Microsoft.SqlServer.TransferStoredProceduresTask (in microsoft.sqlserver.transferstoredprocedurestask.dll)

Syntax

'Declaration
<GuidAttribute("B5962EC6-9D1D-45ac-AEE3-123AFD3E48A1")> _
Public NotInheritable Class TransferStoredProceduresTask
    Inherits Task
    Implements ITransferStoredProceduresTask, IDTSBreakpointSite, IDTSSuspend, IDTSComponentPersist
[GuidAttribute("B5962EC6-9D1D-45ac-AEE3-123AFD3E48A1")] 
public sealed class TransferStoredProceduresTask : Task, ITransferStoredProceduresTask, IDTSBreakpointSite, IDTSSuspend, 
    IDTSComponentPersist
[GuidAttribute(L"B5962EC6-9D1D-45ac-AEE3-123AFD3E48A1")] 
public ref class TransferStoredProceduresTask sealed : public Task, ITransferStoredProceduresTask, IDTSBreakpointSite, IDTSSuspend, 
    IDTSComponentPersist
/** @attribute GuidAttribute("B5962EC6-9D1D-45ac-AEE3-123AFD3E48A1") */ 
public final class TransferStoredProceduresTask extends Task implements ITransferStoredProceduresTask, IDTSBreakpointSite, 
    IDTSSuspend, IDTSComponentPersist
GuidAttribute("B5962EC6-9D1D-45ac-AEE3-123AFD3E48A1") 
public final class TransferStoredProceduresTask extends Task implements ITransferStoredProceduresTask, IDTSBreakpointSite, 
    IDTSSuspend, IDTSComponentPersist

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Dts.Runtime.DtsObject
     Microsoft.SqlServer.Dts.Runtime.Task
      Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask.TransferStoredProceduresTask

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

TransferStoredProceduresTask Members
Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask Namespace