Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines methods and events for data transfers on the referenced connection.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public Interface IDataTransferProvider
'Usage
Dim instance As IDataTransferProvider
public interface IDataTransferProvider
public interface class IDataTransferProvider
type IDataTransferProvider = interface end
public interface IDataTransferProvider
The IDataTransferProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Configure | Configures the data transfer interface for the data transfer process. |
![]() |
ExecuteTransfer | Executes the transfer process. |
Top
Events
Name | Description | |
---|---|---|
![]() |
TransferEvent | Represents the event raised when the transfer process occurs. |
Top
Remarks
The IDataTransferProvider class is implemented by various instance classes.