Share via


FtpTask.OperationName Property

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

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

Syntax

'Declaration
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)

Property Value

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

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