Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents a Transfer Stored Procedures task.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
Ensamblado: Microsoft.SqlServer.TransferStoredProceduresTask (en Microsoft.SqlServer.TransferStoredProceduresTask.dll)
Sintaxis
'Declaración
Public Interface ITransferStoredProceduresTask
'Uso
Dim instance As ITransferStoredProceduresTask
public interface ITransferStoredProceduresTask
public interface class ITransferStoredProceduresTask
type ITransferStoredProceduresTask = interface end
public interface ITransferStoredProceduresTask
El tipo ITransferStoredProceduresTask expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
DestinationConnection | Infraestructura. Gets or sets the name of the connection for the destination database. |
![]() |
IfObjectExists | Infraestructura. 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. |
![]() |
SourceConnection | Infraestructura. Gets or sets the name of the connection manager for the source database. |
![]() |
StoredProceduresList | Infraestructura. Gets or sets a comma-delimited list of stored procedure names. |
![]() |
TransferAllStoredProcedures | Gets or sets a value that indicates whether all stored procedures in the master database are transferred. |
Arriba
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
.gif)