IDTSFTPTask.Operation Property

Definition

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the FTP operation to perform.

public:
 property Microsoft::SqlServer::Dts::Tasks::FtpTask::DTSFTPOp Operation { Microsoft::SqlServer::Dts::Tasks::FtpTask::DTSFTPOp get(); void set(Microsoft::SqlServer::Dts::Tasks::FtpTask::DTSFTPOp value); };
public Microsoft.SqlServer.Dts.Tasks.FtpTask.DTSFTPOp Operation { get; set; }
member this.Operation : Microsoft.SqlServer.Dts.Tasks.FtpTask.DTSFTPOp with get, set
Public Property Operation As DTSFTPOp

Property Value

A value from the DTSFTPOp enumeration that indicates the FTP operation to perform.

Applies to