Freigeben über


ITransferStoredProceduresTask-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents a Transfer Stored Procedures task.

Namespace:  Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
Assembly:  Microsoft.SqlServer.TransferStoredProceduresTask (in Microsoft.SqlServer.TransferStoredProceduresTask.dll)

Syntax

'Declaration
Public Interface ITransferStoredProceduresTask
'Usage
Dim instance As ITransferStoredProceduresTask
public interface ITransferStoredProceduresTask
public interface class ITransferStoredProceduresTask
type ITransferStoredProceduresTask =  interface end
public interface ITransferStoredProceduresTask

Der ITransferStoredProceduresTask-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DestinationConnection Infrastruktur Gets or sets the name of the connection for the destination database.
Öffentliche Eigenschaft IfObjectExists Infrastruktur 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.
Öffentliche Eigenschaft SourceConnection Infrastruktur Gets or sets the name of the connection manager for the source database.
Öffentliche Eigenschaft StoredProceduresList Infrastruktur Gets or sets a comma-delimited list of stored procedure names.
Öffentliche Eigenschaft TransferAllStoredProcedures Gets or sets a value that indicates whether all stored procedures in the master database are transferred.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask-Namespace