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 命名空间