Интерфейс ITransferStoredProceduresTask

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Represents a Transfer Stored Procedures task.

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
Сборка:  Microsoft.SqlServer.TransferStoredProceduresTask (в Microsoft.SqlServer.TransferStoredProceduresTask.dll)

Синтаксис

'Декларация
Public Interface ITransferStoredProceduresTask
'Применение
Dim instance As ITransferStoredProceduresTask
public interface ITransferStoredProceduresTask
public interface class ITransferStoredProceduresTask
type ITransferStoredProceduresTask =  interface end
public interface ITransferStoredProceduresTask

Тип ITransferStoredProceduresTask обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство DestinationConnection Инфраструктура. Gets or sets the name of the connection for the destination database.
Открытое свойство IfObjectExists Инфраструктура. 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 Инфраструктура. Gets or sets the name of the connection manager for the source database.
Открытое свойство StoredProceduresList Инфраструктура. 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.

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask