Freigeben über


IDTSFTPTask.Operation-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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)

Eigenschaftswert

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

Siehe auch

Verweis

IDTSFTPTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.FtpTask-Namespace