Partilhar via


Interface ITransferStoredProceduresTask

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents a Transfer Stored Procedures task.

Namespace:  Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
Assembly:  Microsoft.SqlServer.TransferStoredProceduresTask (em Microsoft.SqlServer.TransferStoredProceduresTask.dll)

Sintaxe

'Declaração
Public Interface ITransferStoredProceduresTask
'Uso
Dim instance As ITransferStoredProceduresTask
public interface ITransferStoredProceduresTask
public interface class ITransferStoredProceduresTask
type ITransferStoredProceduresTask =  interface end
public interface ITransferStoredProceduresTask

O tipo ITransferStoredProceduresTask expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública DestinationConnection Infraestrutura. Gets or sets the name of the connection for the destination database.
Propriedade pública IfObjectExists Infraestrutura. 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.
Propriedade pública SourceConnection Infraestrutura. Gets or sets the name of the connection manager for the source database.
Propriedade pública StoredProceduresList Infraestrutura. Gets or sets a comma-delimited list of stored procedure names.
Propriedade pública TransferAllStoredProcedures Gets or sets a value that indicates whether all stored procedures in the master database are transferred.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask