共用方式為


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