Partager via


Interface ITransferStoredProceduresTask

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents a Transfer Stored Procedures task.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
Assembly :  Microsoft.SqlServer.TransferStoredProceduresTask (en Microsoft.SqlServer.TransferStoredProceduresTask.dll)

Syntaxe

'Déclaration
Public Interface ITransferStoredProceduresTask
'Utilisation
Dim instance As ITransferStoredProceduresTask
public interface ITransferStoredProceduresTask
public interface class ITransferStoredProceduresTask
type ITransferStoredProceduresTask =  interface end
public interface ITransferStoredProceduresTask

Le type ITransferStoredProceduresTask expose les membres suivants.

Propriétés

  Nom Description
Propriété publique DestinationConnection Infrastructure. Gets or sets the name of the connection for the destination database.
Propriété publique IfObjectExists Infrastructure. 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.
Propriété publique SourceConnection Infrastructure. Gets or sets the name of the connection manager for the source database.
Propriété publique StoredProceduresList Infrastructure. Gets or sets a comma-delimited list of stored procedure names.
Propriété publique TransferAllStoredProcedures Gets or sets a value that indicates whether all stored procedures in the master database are transferred.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask