Share via


IDTSFTPTask.Operation Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the FTP operation to perform.

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

Syntax

'Declaration
Property Operation As DTSFTPOp 
    Get 
    Set
'Usage
Dim instance As IDTSFTPTask 
Dim value As DTSFTPOp 

value = instance.Operation

instance.Operation = value
DTSFTPOp Operation { get; set; }
property DTSFTPOp Operation {
    DTSFTPOp get ();
    void set (DTSFTPOp value);
}
abstract Operation : DTSFTPOp with get, set
function get Operation () : DTSFTPOp 
function set Operation (value : DTSFTPOp)

Property Value

Type: Microsoft.SqlServer.Dts.Tasks.FtpTask.DTSFTPOp
A value from the DTSFTPOp enumeration that indicates the FTP operation to perform.

See Also

Reference

IDTSFTPTask Interface

Microsoft.SqlServer.Dts.Tasks.FtpTask Namespace