Propriedade do RDL IDTSFTPTask.Operation
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the FTP operation to perform.
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.Dts.Tasks.FtpTask.DTSFTPOp
A value from the DTSFTPOp enumeration that indicates the FTP operation to perform.