Propriedade do RDL Operation

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

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

Sintaxe

'Declaração
Property Operation As DTSFTPOp
    Get
    Set
'Uso
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)