Condividi tramite


FtpTask.OperationName Property

Gets or sets a unique name for the File Transfer Protocol (FTP) task.

Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly : Microsoft.SqlServer.FtpTask (in microsoft.sqlserver.ftptask.dll)

Sintassi

'Dichiarazione
Public Property OperationName As String
public string OperationName { get; set; }
public:
virtual property String^ OperationName {
    String^ get () sealed;
    void set (String^ value) sealed;
}
/** @property */
public final String get_OperationName ()

/** @property */
public final void set_OperationName (String value)
public final function get OperationName () : String

public final function set OperationName (value : String)

Valore proprietà

A String that contains a unique name for the File Transfer Protocol (FTP) task.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

FtpTask Class
FtpTask Members
Microsoft.SqlServer.Dts.Tasks.FtpTask Namespace