Interfaccia ITransferStoredProceduresTask
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents a Transfer Stored Procedures task.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
Assembly: Microsoft.SqlServer.TransferStoredProceduresTask (in Microsoft.SqlServer.TransferStoredProceduresTask.dll)
Sintassi
'Dichiarazione
Public Interface ITransferStoredProceduresTask
'Utilizzo
Dim instance As ITransferStoredProceduresTask
public interface ITransferStoredProceduresTask
public interface class ITransferStoredProceduresTask
type ITransferStoredProceduresTask = interface end
public interface ITransferStoredProceduresTask
Nel tipo ITransferStoredProceduresTask sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
DestinationConnection | Infrastruttura. Gets or sets the name of the connection for the destination database. | |
IfObjectExists | Infrastruttura. 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 | Infrastruttura. Gets or sets the name of the connection manager for the source database. | |
StoredProceduresList | Infrastruttura. 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. |
In alto
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask